André Hentschel : gdi32/tests: Also test non-style suffix.

Alexandre Julliard julliard at winehq.org
Mon Dec 14 09:51:11 CST 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Dec 12 17:32:19 2009 +0100

gdi32/tests: Also test non-style suffix.

---

 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;




More information about the wine-cvs mailing list