Zebediah Figura : shell32/tests: Don't test CommandLineToArgv() in test_argify().

Alexandre Julliard julliard at winehq.org
Thu Jun 21 18:37:28 CDT 2018


Module: wine
Branch: master
Commit: b79eff8d91faf21c052c72d79488552bea92f94b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b79eff8d91faf21c052c72d79488552bea92f94b

Author: Zebediah Figura <z.figura12 at 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 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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=b79eff8d91faf21c052c72d79488552bea92f94b



More information about the wine-cvs mailing list