James Hawkins : itss: Remove a test that we expect to fail sometimes.

Alexandre Julliard julliard at winehq.org
Fri May 2 07:06:33 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Fri May  2 03:56:47 2008 -0500

itss: Remove a test that we expect to fail sometimes.

---

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

diff --git a/dlls/itss/tests/protocol.c b/dlls/itss/tests/protocol.c
index ea04437..e8aa171 100644
--- a/dlls/itss/tests/protocol.c
+++ b/dlls/itss/tests/protocol.c
@@ -303,7 +303,6 @@ static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS
     expect_hrResult = S_OK;
 
     hres = IInternetProtocol_Start(protocol, url, &protocol_sink, &bind_info, 0, 0);
-    ok_(__FILE__,line) (hres == S_OK, "Start failed: %08x\n", hres);
 
     if(FAILED(hres)) {
         SET_CALLED(GetBindInfo);




More information about the wine-cvs mailing list