shell32/tests: Test handling of nonexistent verbs in ShellExecute() & co.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7dd4b9b74b
commit
2c0daad786
|
@ -976,6 +976,8 @@ static filename_tests_t filename_tests[]=
|
||||||
{"QuotedLowerL", "%s\\test file.shlexec", 0x0, 33},
|
{"QuotedLowerL", "%s\\test file.shlexec", 0x0, 33},
|
||||||
{"QuotedUpperL", "%s\\test file.shlexec", 0x0, 33},
|
{"QuotedUpperL", "%s\\test file.shlexec", 0x0, 33},
|
||||||
|
|
||||||
|
{"notaverb", "%s\\test file.shlexec", 0x10, SE_ERR_NOASSOC},
|
||||||
|
|
||||||
/* Test file masked due to space */
|
/* Test file masked due to space */
|
||||||
{NULL, "%s\\masked file.shlexec", 0x0, 33},
|
{NULL, "%s\\masked file.shlexec", 0x0, 33},
|
||||||
/* Test if quoting prevents the masking */
|
/* Test if quoting prevents the masking */
|
||||||
|
|
Loading…
Reference in New Issue