comdlg32/tests: Mark a failure on w2k as broken.
This commit is contained in:
parent
4e4948cfbf
commit
387c320981
|
@ -138,7 +138,8 @@ static void test_ChooseFontA(void)
|
|||
ok(cfa.iPointSize == expected_pointsize, "Expected %i, got %i\n", expected_pointsize, cfa.iPointSize);
|
||||
ok(lfa.lfHeight == expected_lfheight, "Expected %i, got %i\n", expected_lfheight, lfa.lfHeight);
|
||||
ok(lfa.lfWeight == FW_NORMAL, "Expected FW_NORMAL, got %i\n", lfa.lfWeight);
|
||||
ok(strcmp(lfa.lfFaceName, "Symbol") == 0, "Expected Symbol, got %s\n", lfa.lfFaceName);
|
||||
ok((strcmp(lfa.lfFaceName, "Symbol") == 0) ||
|
||||
broken(*lfa.lfFaceName == 0), "Expected Symbol, got %s\n", lfa.lfFaceName);
|
||||
|
||||
DeleteDC(printer_ic);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue