[GDIPLUS_WINETEST] Re-enable test_font_substitution.
authorMark Jansen <mark.jansen@reactos.org>
Thu, 15 Mar 2018 19:15:48 +0000 (20:15 +0100)
committerMark Jansen <mark.jansen@reactos.org>
Thu, 15 Mar 2018 19:16:04 +0000 (20:16 +0100)
ROSTESTS-154

modules/rostests/winetests/gdiplus/font.c

index 6d1933e..961d845 100644 (file)
@@ -1259,10 +1259,7 @@ START_TEST(font)
 
     test_long_name();
     test_font_transform();
-    if (!winetest_interactive)
-        skip("ROSTESTS-154: Skipping test_font_substitution because of improper error handling\n");
-    else
-        test_font_substitution();
+    test_font_substitution();
     test_font_metrics();
     test_createfont();
     test_logfont();