Jacek Caban : urlmon/tests: Removed invalid test.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:44:00 CST 2016


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Nov  7 14:06:22 2016 +0100

urlmon/tests: Removed invalid test.

It's a race.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/urlmon/tests/url.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 4fa11c7..9ccd8ef 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -3410,10 +3410,7 @@ static void test_BindToObject(int protocol, DWORD flags, HRESULT exhres)
     }
 
     ok(IMoniker_Release(mon) == 0, "mon should be destroyed here\n");
-    if(test_protocol != HTTP_TEST || emulate_protocol || !(bindf & BINDF_ASYNCHRONOUS))
-        ok(IBindCtx_Release(bctx) == 0, "bctx should be destroyed here\n");
-    else
-        IBindCtx_Release(bctx);
+    IBindCtx_Release(bctx);
 
     if(emulate_protocol)
         CoRevokeClassObject(regid);




More information about the wine-cvs mailing list