Commit bb4e7832 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

user32: Make test_SetForegroundWindow() the last message test.

parent ebe2ae14
......@@ -10840,9 +10840,12 @@ START_TEST(msg)
test_sys_menu();
test_dialog_messages();
test_nullCallback();
test_SetForegroundWindow();
test_dbcs_wm_char();
test_menu_messages();
/* keep it the last test, under Windows it tends to break the tests
* which rely on active/foreground windows being correct.
*/
test_SetForegroundWindow();
UnhookWindowsHookEx(hCBT_hook);
if (pUnhookWinEvent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment