urlmon: Remove broken IBindCtx ref count test.
authorJacek Caban <jacek@codeweavers.com>
Wed, 17 Dec 2008 13:41:47 +0000 (14:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Dec 2008 12:16:22 +0000 (13:16 +0100)
dlls/urlmon/tests/url.c

index 631127b62e26bdbff5289b664bc3ce126736e437..830ef1a1f49db0c1bd41a904c7f2919b5d121a1d 100644 (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");
     }