https://git.reactos.org/?p=reactos.git;a=commitdiff;h=25cacdedb7bee26dd5432ea1ef9daee8baf6cb8a

commit 25cacdedb7bee26dd5432ea1ef9daee8baf6cb8a
Author:     Mark Jansen <[email protected]>
AuthorDate: Thu Mar 15 20:15:48 2018 +0100
Commit:     Mark Jansen <[email protected]>
CommitDate: Thu Mar 15 20:16:04 2018 +0100

    [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 6d1933e2f0..961d8459cb 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();

Reply via email to