user32/tests: Move shell test to the end - killing explorer affects lots of tests.

This commit is contained in:
Vitaliy Margolen 2008-09-28 13:13:33 -06:00 committed by Alexandre Julliard
parent b09a9ebc76
commit d83fc43e5e
1 changed files with 2 additions and 1 deletions

View File

@ -4935,7 +4935,6 @@ START_TEST(win)
test_CreateWindow();
test_parent_owner();
test_SetParent();
test_shell_window();
test_mdi();
test_icons();
@ -4968,6 +4967,8 @@ START_TEST(win)
test_Expose();
test_layered_window();
test_shell_window();
/* add the tests above this line */
UnhookWindowsHookEx(hhook);
}