urlmon/tests: Removed a test that causes random failures on some machines.

This commit is contained in:
Thomas Mullaly 2011-09-10 13:11:37 -04:00 committed by Alexandre Julliard
parent ab37b86236
commit 24aa18d914
1 changed files with 0 additions and 1 deletions

View File

@ -1631,7 +1631,6 @@ static const struct {
{"about:blank",0,0,URLZONE_INTERNET},
{"ftp://zone3.winetest/file.test",0,0,URLZONE_INTERNET},
{"/file/testing/test.test",Uri_CREATE_ALLOW_RELATIVE,0,URLZONE_INTERNET},
{"file/testing/test.test",Uri_CREATE_ALLOW_RELATIVE,0,URLZONE_INTERNET},
{"zip://testing.com/",0,0,URLZONE_INTERNET},
{"zip:testing.com",0,0,URLZONE_INTERNET}
};