urlmon: Remove broken IBindCtx ref count test.

This commit is contained in:
Jacek Caban 2008-12-17 14:41:47 +01:00 committed by Alexandre Julliard
parent 1791471bbf
commit b316ce3c05
1 changed files with 1 additions and 1 deletions

View File

@ -2321,7 +2321,7 @@ static void test_BindToObject(int protocol, BOOL emul)
todo_wine ok(IMoniker_Release(mon) == 0, "mon should be destroyed here\n");
if(bindf & BINDF_ASYNCHRONOUS)
ok(IBindCtx_Release(bctx) != 0, "bctx should not be destroyed here\n");
IBindCtx_Release(bctx);
else
todo_wine ok(IBindCtx_Release(bctx) == 0, "bctx should be destroyed here\n");
}