gdi32/tests: Mark Hebrew stock font test as different, like Arabic.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
This commit is contained in:
Aric Stewart 2015-10-02 09:00:11 -05:00 committed by Alexandre Julliard
parent 7d7b1176da
commit fc94e5dd5f
1 changed files with 1 additions and 0 deletions

View File

@ -5971,6 +5971,7 @@ static void test_stock_fonts(void)
{
{ /* ANSI_FIXED_FONT */
{ ANSI_CHARSET, FW_NORMAL, 12, 12, 96, "Courier", LANG_ARABIC },
{ ANSI_CHARSET, FW_NORMAL, 12, 12, 96, "Courier", LANG_HEBREW},
{ DEFAULT_CHARSET, FW_NORMAL, 12, 13, 96, "Courier" },
{ DEFAULT_CHARSET, FW_NORMAL, 12, 13, 120, "Courier" },
{ 0 }