- Enable last of the menu tests.

svn path=/trunk/; revision=63180
This commit is contained in:
James Tabor 2014-05-06 18:10:10 +00:00
parent 5e23122314
commit feb7d786a6

View file

@ -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();
}