Michael Stefaniuc : mshtml/tests: Remove duplicated ok() call.

Alexandre Julliard julliard at winehq.org
Mon May 21 15:31:09 CDT 2012


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon May 21 10:15:10 2012 +0200

mshtml/tests: Remove duplicated ok() call.

---

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

diff --git a/dlls/mshtml/tests/protocol.c b/dlls/mshtml/tests/protocol.c
index 5825015..7e66347 100644
--- a/dlls/mshtml/tests/protocol.c
+++ b/dlls/mshtml/tests/protocol.c
@@ -478,7 +478,6 @@ static void test_res_protocol(void)
         memset(buf, '?', sizeof(buf));
         hres = IInternetProtocolInfo_QueryInfo(protocol_info, NULL, QUERY_USES_NETWORK, 0,
                                                buf, sizeof(buf), &size, 0);
-        ok(hres == S_OK, "QueryInfo(QUERY_USES_NETWORK) failed: %08x, expected E_FAIL\n", hres);
         ok(hres == S_OK, "QueryInfo(QUERY_USES_NETWORK) failed: %08x\n", hres);
         ok(size == sizeof(DWORD), "size=%d\n", size);
         ok(!*(DWORD*)buf, "buf=%d\n", *(DWORD*)buf);




More information about the wine-cvs mailing list