[USER32_WINETEST]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 16 Feb 2015 07:37:19 +0000 (07:37 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 16 Feb 2015 07:37:19 +0000 (07:37 +0000)
- Re-enable test_shell_window
ROSTESTS-23

svn path=/trunk/; revision=66311

rostests/winetests/user32/win.c

index ddd697b..f745e03 100644 (file)
@@ -7798,10 +7798,7 @@ START_TEST(win)
     test_layered_window();
 
     test_SetForegroundWindow(hwndMain);
-    if(!winetest_interactive)
-       skip("bug ROSTESTS-23: skipping test_shell_window, it crashes ros/win7 explorer\n");
-    else
-       test_shell_window();
+    test_shell_window();
     test_handles( hwndMain );
     test_winregion();
     test_map_points();