gdiplus: Remove incorrect test.

This commit is contained in:
Huw Davies 2008-07-21 12:35:58 +01:00 committed by Alexandre Julliard
parent bce23d7edb
commit 94a20f8b7e

View file

@ -168,8 +168,6 @@ static void test_fontfamily (void)
*/
stat = GdipCreateFontFamilyFromName (nonexistent, NULL, &family);
expect (FontFamilyNotFound, stat);
ok ((lstrcmpiW(itsName, nonexistent) != 0),
"Expected a non-zero value for nonexistent font!\n");
/* Bitmap fonts are not found */
todo_wine