Module: wine Branch: master Commit: d21c5044c6670a84a83e590183c51d0c2d2474ee URL: http://source.winehq.org/git/wine.git/?a=commit;h=d21c5044c6670a84a83e590183...
Author: Hans Leidekker hans@it.vu.nl Date: Mon Oct 22 17:37:33 2007 +0200
gdi32: Remove a test that expects the break character to equal ascii space.
---
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 d7e378d..33dd3f8 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.tmBreakChar == 0x20, "A: tmBreakChar for %s %02x != 0x20\n", - font_name, tmA.tmBreakChar); }
SetLastError(0xdeadbeef);