Jacek Caban : urlmon: Remove broken IBindCtx ref count test.

Alexandre Julliard julliard at winehq.org
Thu Dec 18 08:08:37 CST 2008


Module: wine
Branch: master
Commit: b316ce3c050a8eec726990c5ca8a74f99901c02d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b316ce3c050a8eec726990c5ca8a74f99901c02d

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Dec 17 14:41:47 2008 +0100

urlmon: Remove broken IBindCtx ref count test.

---

 dlls/urlmon/tests/url.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 631127b..830ef1a 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -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");
     }




More information about the wine-cvs mailing list