Michael Stefaniuc : urlmon/tests: Remove stray ok() call.

Alexandre Julliard julliard at winehq.org
Thu May 24 14:58:13 CDT 2012


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu May 24 14:01:52 2012 +0200

urlmon/tests: Remove stray ok() call.

---

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

diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c
index ce383ee..889f3a9 100644
--- a/dlls/urlmon/tests/protocol.c
+++ b/dlls/urlmon/tests/protocol.c
@@ -941,7 +941,6 @@ static HRESULT WINAPI ProtocolSink_ReportData(IInternetProtocolSink *iface, DWOR
                     if(!emulate_prot)
                         CHECK_CALLED(ReportData2);
                     CHECK_CALLED(ReportResult);
-                    ok(hres == S_OK, "Read failed: %08x\n", hres);
                     reported_all_data = TRUE;
                 }else {
                     if(!emulate_prot)




More information about the wine-cvs mailing list