Commit 78ada2e1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Fix a couple of okChildPath()/okChildString() mixups.

parent 30791797
......@@ -1568,7 +1568,7 @@ static void test_argify(void)
rc=shell_execute_ex(SEE_MASK_NOZONECHECKS, NULL, argv0, params, NULL, NULL);
okShell(rc > 32, "failed: rc=%lu\n", rc);
okChildInt("argcA", 4);
okChildString("argvA3", fileA);
okChildPath("argvA3", fileA);
}
static void test_filename(void)
......@@ -2083,7 +2083,7 @@ static void test_lnks(void)
okShell(rc > 32, "failed: rc=%lu err=%u\n", rc, GetLastError());
okChildInt("argcA", 5);
okChildString("argvA3", "Open");
okChildString("argvA4", filename);
okChildPath("argvA4", filename);
if (dllver.dwMajorVersion>=6)
{
......
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