Jacek Caban : shlwapi: Added more tests.

Alexandre Julliard julliard at winehq.org
Thu Feb 28 06:21:24 CST 2008


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Feb 27 18:56:16 2008 +0100

shlwapi: Added more tests.

---

 dlls/shlwapi/tests/path.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c
index 5fb490d..82112a5 100644
--- a/dlls/shlwapi/tests/path.c
+++ b/dlls/shlwapi/tests/path.c
@@ -76,11 +76,13 @@ static struct {
 } TEST_PATH_IS_URL[] = {
     {"http://foo/bar", TRUE},
     {"c:\\foo\\bar", FALSE},
+    {"c:/foo/bar", FALSE},
     {"foo://foo/bar", TRUE},
     {"foo\\bar", FALSE},
     {"foo.bar", FALSE},
     {"bogusscheme:", TRUE},
-    {"http:partial", TRUE}
+    {"http:partial", TRUE},
+    {"www.winehq.org", FALSE}
 };
 
 struct {




More information about the wine-cvs mailing list