Mikołaj Zalewski : browseui: Remove a test with a wrong pointer.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 19 08:17:42 CDT 2007


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Fri Mar 16 19:32:05 2007 +0100

browseui: Remove a test with a wrong pointer.

---

 dlls/browseui/tests/autocomplete.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/browseui/tests/autocomplete.c b/dlls/browseui/tests/autocomplete.c
index 1051f4b..ba52b66 100644
--- a/dlls/browseui/tests/autocomplete.c
+++ b/dlls/browseui/tests/autocomplete.c
@@ -296,7 +296,6 @@ static void test_ACLMulti(void)
     acl2->expret = E_FAIL;
     ok(acl->lpVtbl->Expand(acl, exp) == E_FAIL, "Unexpected Expand return\n");
 
-    ok(mgr->lpVtbl->Remove(mgr, (IUnknown *)0xdeadbeef) == E_FAIL, "Unexpected Remove return\n");
     stop_on_error(mgr->lpVtbl->Remove(mgr, (IUnknown *)acl1));
     ok(acl1->ref == 1, "acl1 not released\n");
     expect_end(obj);




More information about the wine-cvs mailing list