Alexandre Julliard : mshtml: Don't test the contents of an output parameter .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 12 09:23:48 CST 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 12 13:41:35 2007 +0100

mshtml: Don't test the contents of an output parameter.

---

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

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 33deb5e..afaa56f 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -575,7 +575,6 @@ static HRESULT WINAPI Moniker_GetDisplay
     /* ok(pbc != NULL, "pbc == NULL\n"); */
     ok(pmkToLeft == NULL, "pmkToLeft=%p\n", pmkToLeft);
     ok(ppszDisplayName != NULL, "ppszDisplayName == NULL\n");
-    ok(*ppszDisplayName == NULL, "*ppszDisplayName=%p\n", *ppszDisplayName);
 
     *ppszDisplayName = CoTaskMemAlloc(sizeof(winetest_test));
     memcpy(*ppszDisplayName, winetest_test, sizeof(winetest_test));




More information about the wine-cvs mailing list