mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[User32_WINETEST]
- Move test_SetFocus first as it is done originally. Refer to read past wine CVS logs for the reason. svn path=/trunk/; revision=66464
This commit is contained in:
parent
888df95a50
commit
07f05e1c23
1 changed files with 1 additions and 1 deletions
|
@ -14717,8 +14717,8 @@ START_TEST(msg_messages)
|
|||
START_TEST(msg_focus)
|
||||
{
|
||||
init_tests();
|
||||
test_SetActiveWindow();
|
||||
test_SetFocus();
|
||||
test_SetActiveWindow();
|
||||
|
||||
/* HACK: For some reason test_SetForegroundWindow fails on Windows unless
|
||||
* we do this */
|
||||
|
|
Loading…
Reference in a new issue