gdi32/tests: also test non-style suffix

André Hentschel nerv at dawncrow.de
Sat Dec 12 10:32:19 CST 2009


---
 dlls/gdi32/tests/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index c3e193a..60c42a1 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -2982,7 +2982,7 @@ static void test_CreateFontIndirect(void)
     LOGFONTA lf, getobj_lf;
     int ret, i;
     HFONT hfont;
-    char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic"};
+    char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic", "Arial Baltic"};
 
     memset(&lf, 0, sizeof(lf));
     lf.lfCharSet = ANSI_CHARSET;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list