Author: jimtabor
Date: Tue May  3 02:01:59 2011
New Revision: 51565

URL: http://svn.reactos.org/svn/reactos?rev=51565&view=rev
Log:
- 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.

Modified:
    trunk/rostests/winetests/user32/msg.c

Modified: trunk/rostests/winetests/user32/msg.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/msg.c?rev=51565&r1=51564&r2=51565&view=diff
==============================================================================
--- trunk/rostests/winetests/user32/msg.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/user32/msg.c [iso-8859-1] Tue May  3 02:01:59 2011
@@ -12593,10 +12593,7 @@
     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();


Reply via email to