user32/tests: Move shell test to the end - killing explorer affects lots of tests.
This commit is contained in:
parent
b09a9ebc76
commit
d83fc43e5e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue