From 82189efb3a78393eb68e0b9bb382b871105eb71f Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 3 May 2011 02:01:59 +0000 Subject: [PATCH] - Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what the test is for. WM_SYSCHAR is translated but not being passed back to Alt-Space and friends in defwnd.c. These applications need to be reexamined to clarify this issue. Notepad accelerator keys work now but Alt-E/F/Space etc do not. Referencing base bug 1091. svn path=/trunk/; revision=51565 --- rostests/winetests/user32/msg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rostests/winetests/user32/msg.c b/rostests/winetests/user32/msg.c index d3e24097072..e0494ef2a06 100755 --- a/rostests/winetests/user32/msg.c +++ b/rostests/winetests/user32/msg.c @@ -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(); -- 2.17.1