From 25cacdedb7bee26dd5432ea1ef9daee8baf6cb8a Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Thu, 15 Mar 2018 20:15:48 +0100 Subject: [PATCH] [GDIPLUS_WINETEST] Re-enable test_font_substitution. ROSTESTS-154 --- modules/rostests/winetests/gdiplus/font.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/rostests/winetests/gdiplus/font.c b/modules/rostests/winetests/gdiplus/font.c index 6d1933e2f06..961d8459cb4 100644 --- a/modules/rostests/winetests/gdiplus/font.c +++ b/modules/rostests/winetests/gdiplus/font.c @@ -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();