Module: wine Branch: master Commit: bf235df2c6f81ac0d4b38397483a9cc19cd717f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf235df2c6f81ac0d4b3839748...
Author: Grazvydas Ignotas notasas@gmail.com Date: Tue Aug 23 23:11:59 2011 +0300
gdi32/tests: Add additional font to fullnames test.
---
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;