mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
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");
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user