shell32/tests: Don't test CommandLineToArgv() in test_argify().
commitb79eff8d91faf21c052c72d79488552bea92f94b
authorZebediah Figura <z.figura12@gmail.com>
Thu, 21 Jun 2018 14:02:47 +0000 (21 09:02 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Jun 2018 23:01:55 +0000 (22 01:01 +0200)
tree2de5ae799d531ed1e928eab565a357224a8d875d
parentc51e32d732e2ff1f2f3c75fcdbdc6a6a5616ddb8
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