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:
Francois Gouget 2016-01-27 15:40:21 +01:00 committed by Alexandre Julliard
parent 7dd4b9b74b
commit 2c0daad786
1 changed files with 2 additions and 0 deletions

View File

@ -976,6 +976,8 @@ static filename_tests_t filename_tests[]=
{"QuotedLowerL", "%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 */
{NULL, "%s\\masked file.shlexec", 0x0, 33},
/* Test if quoting prevents the masking */