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

Alexandre Julliard julliard at winehq.org
Mon Sep 12 11:42:56 CDT 2011


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

Author: Thomas Mullaly <thomas.mullaly at gmail.com>
Date:   Sat Sep 10 13:11:37 2011 -0400

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

---

 dlls/urlmon/tests/sec_mgr.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/urlmon/tests/sec_mgr.c b/dlls/urlmon/tests/sec_mgr.c
index c8d5b8b..afd0d97 100644
--- a/dlls/urlmon/tests/sec_mgr.c
+++ b/dlls/urlmon/tests/sec_mgr.c
@@ -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}
 };




More information about the wine-cvs mailing list