Module: wine Branch: master Commit: d83fc43e5e0155d1d00e54425c2af0a14dd2d40b URL: http://source.winehq.org/git/wine.git/?a=commit;h=d83fc43e5e0155d1d00e54425c...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Sun Sep 28 13:13:33 2008 -0600
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
---
dlls/user32/tests/win.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index 3954b07..fac40fe 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -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); }