From d1ae63b0d605a5c69ede2068adbafeb87e281c0d Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Wed, 27 Feb 2008 18:56:16 +0100 Subject: [PATCH] shlwapi: Added more tests. --- dlls/shlwapi/tests/path.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c index 5fb490d0fad..82112a5c838 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 {