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

This commit is contained in:
Alexandre Julliard 2007-07-25 13:46:18 +02:00
parent 3f02c27da9
commit cb0a626e50
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}