- Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what...
authorJames Tabor <james.tabor@reactos.org>
Tue, 3 May 2011 02:01:59 +0000 (02:01 +0000)
committerJames Tabor <james.tabor@reactos.org>
Tue, 3 May 2011 02:01:59 +0000 (02:01 +0000)
svn path=/trunk/; revision=51565

rostests/winetests/user32/msg.c

index d3e2409..e0494ef 100755 (executable)
@@ -12593,10 +12593,7 @@ START_TEST(msg)
     test_dialog_messages();
     test_nullCallback();
     test_dbcs_wm_char();
-    if(!winetest_interactive)
-        skip("skipping test_menu_messages, that hangs on reactos\n");
-    else
-        test_menu_messages();
+    test_menu_messages();
     test_paintingloop();
     test_defwinproc();
     test_clipboard_viewers();