http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1791471
)
urlmon: Remove broken IBindCtx ref count test.
author
Jacek Caban
<jacek@codeweavers.com>
Wed, 17 Dec 2008 13:41:47 +0000
(14:41 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 18 Dec 2008 12:16:22 +0000
(13:16 +0100)
dlls/urlmon/tests/url.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/urlmon/tests/url.c
b/dlls/urlmon/tests/url.c
index 631127b62e26bdbff5289b664bc3ce126736e437..830ef1a1f49db0c1bd41a904c7f2919b5d121a1d 100644
(file)
--- 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");
}