Hi,
2008/7/3 Alexandre Julliard julliard@winehq.org:
It doesn't work here:
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so font.c && touch font.ok font.c:830: Test failed: data index 14: expected font codepage 42, got 1252 font.c:830: Test failed: data index 17: expected font codepage 936, got 1252
That's because test GetTextCharset failed.
Should I comment out this test or change to:
ok( csi.ciACP == gd[i].font_text_cp && cp == gd[i].expected_cp, .....);
make[2]: *** [font.ok] Error 6