urlmon/tests: Removed invalid test.
It's a race. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7debee64db
commit
8e40577a1a
|
@ -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");
|
ok(IMoniker_Release(mon) == 0, "mon should be destroyed here\n");
|
||||||
if(test_protocol != HTTP_TEST || emulate_protocol || !(bindf & BINDF_ASYNCHRONOUS))
|
IBindCtx_Release(bctx);
|
||||||
ok(IBindCtx_Release(bctx) == 0, "bctx should be destroyed here\n");
|
|
||||||
else
|
|
||||||
IBindCtx_Release(bctx);
|
|
||||||
|
|
||||||
if(emulate_protocol)
|
if(emulate_protocol)
|
||||||
CoRevokeClassObject(regid);
|
CoRevokeClassObject(regid);
|
||||||
|
|
Loading…
Reference in New Issue