From 0b4b25d0eda51fadb33dbba26df4c41d958661f2 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 1 Oct 2016 18:51:46 +0000 Subject: [PATCH] [User32_wineTest] - Enable skipped test_activateapp tests. svn path=/trunk/; revision=72881 --- rostests/winetests/user32/win.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rostests/winetests/user32/win.c b/rostests/winetests/user32/win.c index d1747c97a7d..7b34dc17c8f 100644 --- a/rostests/winetests/user32/win.c +++ b/rostests/winetests/user32/win.c @@ -9551,10 +9551,7 @@ START_TEST(win) test_smresult(); test_GetMessagePos(); - if (!winetest_interactive) - skip("ROSTESTS-208: Skipping test_activateapp(hwndMain).\n"); - else - test_activateapp(hwndMain); + test_activateapp(hwndMain); test_winproc_handles(argv[0]); test_deferwindowpos();