dlls/shlwapi/path.c: new testcase

Stefan Huehner stefan at huehner.org
Tue Jun 14 13:53:22 CDT 2005


Hi,

this patch adds a new testcase for path.c from shlwapi. It succeeds on
at least WinXP but fails on wine.

ChangeLog:
-   new testcase for dlls/shlwapi/path.c

Regards,
Stefan

-------------- next part --------------
Index: path.c
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/tests/path.c,v
retrieving revision 1.22
diff -u -p -r1.22 path.c
--- path.c	14 Jun 2005 17:21:18 -0000	1.22
+++ path.c	14 Jun 2005 18:49:45 -0000
@@ -175,6 +175,7 @@ const TEST_URL_COMBINE TEST_COMBINE[] = 
     {"http://www.winehq.org/tests/#example", "tests9", 0, S_OK, "http://www.winehq.org/tests/tests9"},
     {"http://www.winehq.org/tests/../tests/", "/tests10/..", URL_DONT_SIMPLIFY, S_OK, "http://www.winehq.org/tests10/.."},
     {"http://www.winehq.org/tests/../", "tests11", URL_DONT_SIMPLIFY, S_OK, "http://www.winehq.org/tests/../tests11"},
+    {"/home/wine/dir1/test1.html", "../dir2/bla.jpg", 0, S_OK, "/home/wine/dir2/bla.jpg"},
 };
 
 struct {


More information about the wine-patches mailing list