Module: wine Branch: master Commit: b79eff8d91faf21c052c72d79488552bea92f94b URL: https://source.winehq.org/git/wine.git/?a=commit;h=b79eff8d91faf21c052c72d79...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Jun 21 09:02:47 2018 -0500
shell32/tests: Don't test CommandLineToArgv() in test_argify().
This is essentially redundant. We should have tests for all behaviours of CommandLineToArgv() above; the purpose of test_argify() is to test how ShellExecute() et al. parses its parameters, and to show that this is different from CommandLineToArgv().
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/tests/shlexec.c | 167 +++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 108 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b79eff8d91faf21c052c7...