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

Francois Gouget fgouget at codeweavers.com
Wed Jan 27 08:41:58 CST 2016


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 dlls/shell32/tests/shlexec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index 3c924f0..8021c84 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -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)
     {
-- 
2.7.0.rc3



More information about the wine-patches mailing list