browseui: remove a test with a wrong pointer

Mikołaj Zalewski mikolaj at zalewski.pl
Sun Mar 18 07:06:38 CDT 2007


The tests are crashing one some systems and this seems to be the problem
-------------- next part --------------
From cf0b3e6cd7bf869b2ab6a13af98a950f8e7eb98d Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Miko=C5=82aj_Zalewski?= <mikolaj at zalewski.pl>
Date: Fri, 16 Mar 2007 19:32:05 +0100
Subject: [PATCH] browseui: remove a test with a wrong pointer as this seems to be a problem for some versions of browseui

---
 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);
-- 
1.4.4.2


More information about the wine-patches mailing list