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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 5 10:30:27 CDT 2015


Module: wine
Branch: master
Commit: fc94e5dd5f9faaa36d084a8e4eeebf719cde2bbf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc94e5dd5f9faaa36d084a8e4eeebf719cde2bbf

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri Oct  2 09:00:11 2015 -0500

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

Signed-off-by: Aric Stewart <aric at codeweavers.com>

---

 dlls/gdi32/tests/font.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index c7dd6e1..fd9bda3 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -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 }




More information about the wine-cvs mailing list