user32: Make test_SetForegroundWindow() the last message test.

This commit is contained in:
Dmitry Timoshkov 2008-06-24 17:48:08 +09:00 committed by Alexandre Julliard
parent ebe2ae146c
commit bb4e7832b4
1 changed files with 4 additions and 1 deletions

View File

@ -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)