Commit d83fc43e authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

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

parent b09a9ebc
...@@ -4935,7 +4935,6 @@ START_TEST(win) ...@@ -4935,7 +4935,6 @@ START_TEST(win)
test_CreateWindow(); test_CreateWindow();
test_parent_owner(); test_parent_owner();
test_SetParent(); test_SetParent();
test_shell_window();
test_mdi(); test_mdi();
test_icons(); test_icons();
...@@ -4968,6 +4967,8 @@ START_TEST(win) ...@@ -4968,6 +4967,8 @@ START_TEST(win)
test_Expose(); test_Expose();
test_layered_window(); test_layered_window();
test_shell_window();
/* add the tests above this line */ /* add the tests above this line */
UnhookWindowsHookEx(hhook); UnhookWindowsHookEx(hhook);
} }
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