Alexandre Julliard : gdi32/tests: Don't test default char, it doesn' t have to be always the same.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 25 07:44:16 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jul 25 13:46:18 2007 +0200

gdi32/tests: Don't test default char, it doesn't have to be always the same.

---

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

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index 92aad9e..dddacd9 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -1571,8 +1571,6 @@ static void test_text_metrics(const LOGFONTA *lf)
         test_char = min(last_unicode_char, 255);
         ok(tmA.tmLastChar == test_char, "A: tmLastChar for %s %02x != %02x\n",
            font_name, tmA.tmLastChar, test_char);
-        ok(tmA.tmDefaultChar == 0x1f, "A: tmDefaultChar for %s %02x != 0x1f\n",
-           font_name, tmA.tmDefaultChar);
         ok(tmA.tmBreakChar == 0x20, "A: tmBreakChar for %s %02x != 0x20\n",
            font_name, tmA.tmBreakChar);
     }




More information about the wine-cvs mailing list