[PATCH 3/3] gdi32/tests: Add additional font to fullnames test.

Grazvydas Ignotas notasas at gmail.com
Tue Aug 23 15:11:59 CDT 2011


"Lucida Sans Regular" is provided by Linux java packages, as well as
being available on Windows; adding this font allows fullnames test to
run without copying fonts from Windows.
---
 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 fcb0776..aa2d518 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -3757,7 +3757,7 @@ static BOOL is_font_installed_fullname(const char *family, const char *fullname)
 
 static void test_fullname(void)
 {
-    static const char *TestName[] = {"Lucida Sans Demibold Roman", "Lucida Sans Italic"};
+    static const char *TestName[] = {"Lucida Sans Demibold Roman", "Lucida Sans Italic", "Lucida Sans Regular"};
     char buf[LF_FULLFACESIZE];
     HFONT hfont, of;
     LOGFONTA lf;
-- 
1.7.0.4




More information about the wine-patches mailing list