- Enable last of the menu tests.
authorJames Tabor <james.tabor@reactos.org>
Tue, 6 May 2014 18:10:10 +0000 (18:10 +0000)
committerJames Tabor <james.tabor@reactos.org>
Tue, 6 May 2014 18:10:10 +0000 (18:10 +0000)
svn path=/trunk/; revision=63180

rostests/winetests/user32/menu.c

index 4cad097..2392205 100755 (executable)
@@ -3632,10 +3632,7 @@ START_TEST(menu)
         test_menu_search_bycommand();
         test_CheckMenuRadioItem();
         test_menu_resource_layout();
-        if(!winetest_interactive)
-           skip("WIP turn off test for now.\n");
-        else
-        test_InsertMenu(); //// need more time...
+        test_InsertMenu();
         test_menualign();
     }