shlwapi: Added more tests.

oldstable
Jacek Caban 2008-02-27 18:56:16 +01:00 committed by Alexandre Julliard
parent 7e255f1ac8
commit d1ae63b0d6
1 changed files with 3 additions and 1 deletions

View File

@ -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 {