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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 28 10:06:45 CST 2016


Module: wine
Branch: master
Commit: 78ada2e1548b2789b036694f383c5ebc617d7716
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=78ada2e1548b2789b036694f383c5ebc617d7716

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jan 27 15:41:58 2016 +0100

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 4b721ef..7844722 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)
     {




More information about the wine-cvs mailing list