gdi32/tests: Add additional font to fullnames test.

This commit is contained in:
Grazvydas Ignotas 2011-08-23 23:11:59 +03:00 committed by Alexandre Julliard
parent 5c2976eebc
commit bf235df2c6
1 changed files with 1 additions and 1 deletions

View File

@ -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;