From: James Tabor Date: Sat, 31 Oct 2015 18:40:44 +0000 (+0000) Subject: [User32_wineTest] X-Git-Tag: ReactOS-0.4.0~297 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d463d96d4b538b0a3d21ef9cd15d66297bb8b23d [User32_wineTest] - Enable skipped menu tests. svn path=/trunk/; revision=69758 --- diff --git a/rostests/winetests/user32/msg.c b/rostests/winetests/user32/msg.c index 71c0ebf5393..fcb5c4fa52b 100755 --- a/rostests/winetests/user32/msg.c +++ b/rostests/winetests/user32/msg.c @@ -15116,13 +15116,8 @@ START_TEST(msg_menu) init_tests(); test_sys_menu(); test_menu_messages(); - if(!winetest_interactive) - skip("CORE-8299 : Skip Tracking popup menu tests.\n"); - else - { test_TrackPopupMenu(); test_TrackPopupMenuEmpty(); - } cleanup_tests(); }