user32/tests: Execute test_shell_window() last.

Cf. also d83fc43e5e.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-02-13 22:19:34 -06:00 committed by Alexandre Julliard
parent 7d1350491e
commit 21c8c5a900
1 changed files with 4 additions and 1 deletions

View File

@ -10905,7 +10905,6 @@ START_TEST(win)
test_layered_window();
test_SetForegroundWindow(hwndMain);
test_shell_window();
test_handles( hwndMain );
test_winregion();
test_map_points();
@ -10935,4 +10934,8 @@ START_TEST(win)
* state of hwndMain and hwndMain2 windows.
*/
test_topmost();
/* Execute the SetShellWindow() test last, since it kills explorer and that
* breaks a lot of things. */
test_shell_window();
}