Commit 8e40577a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon/tests: Removed invalid test.

It's a race. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 7debee64
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment