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>
oldstable
Jacek Caban 2016-11-07 14:06:22 +01:00 committed by Alexandre Julliard
parent 7debee64db
commit 8e40577a1a
1 changed files with 1 additions and 4 deletions

View File

@ -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);