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

Francois Gouget fgouget at codeweavers.com
Fri Jan 22 10:02:51 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 d535ca2..1d1e07c 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -1573,7 +1573,7 @@ static void test_argify(void)
     rc=shell_execute_ex(SEE_MASK_NOZONECHECKS, NULL, argv0, params, NULL);
     okShell(rc > 32, "failed: rc=%lu\n", rc);
     okChildInt("argcA", 4);
-    okChildString("argvA3", fileA);
+    okChildPath("argvA3", fileA);
 }
 
 static void test_filename(void)
@@ -2089,7 +2089,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