Author: jimtabor
Date: Tue May 3 00:21:08 2011
New Revision: 51564
URL:
http://svn.reactos.org/svn/reactos?rev=51564&view=rev
Log:
Turn on test_accelerators.
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?re…
==============================================================================
--- trunk/rostests/winetests/user32/msg.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/user32/msg.c [iso-8859-1] Tue May 3 00:21:08 2011
@@ -12572,10 +12572,7 @@
test_paint_messages();
test_interthread_messages();
test_message_conversion();
- if(!winetest_interactive)
- skip("skipping test_accelerators, that hangs on reactos\n");
- else
- test_accelerators();
+ test_accelerators();
test_timers();
test_timers_no_wnd();
if (hCBT_hook) test_set_hook();