[GDIPLUS_WINETEST] Re-enable test_font_substitution.

ROSTESTS-154
This commit is contained in:
Mark Jansen 2018-03-15 20:15:48 +01:00
parent 428e4617e9
commit 25cacdedb7
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View 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();