Huw Davies : gdiplus: Remove incorrect test.

Alexandre Julliard julliard at winehq.org
Mon Jul 21 08:52:23 CDT 2008


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Jul 21 12:35:58 2008 +0100

gdiplus: Remove incorrect test.

---

 dlls/gdiplus/tests/font.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/gdiplus/tests/font.c b/dlls/gdiplus/tests/font.c
index 5f6494b..ab0f814 100644
--- a/dlls/gdiplus/tests/font.c
+++ b/dlls/gdiplus/tests/font.c
@@ -168,8 +168,6 @@ static void test_fontfamily (void)
      */
     stat = GdipCreateFontFamilyFromName (nonexistent, NULL, &family);
     expect (FontFamilyNotFound, stat);
-    ok ((lstrcmpiW(itsName, nonexistent) != 0),
-        "Expected a non-zero value for nonexistent font!\n");
 
     /* Bitmap fonts are not found */
 todo_wine




More information about the wine-cvs mailing list