Commit 2c0daad7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Test handling of nonexistent verbs in ShellExecute() & co.

parent 7dd4b9b7
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment