[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:
James Tabor 2015-02-26 08:38:00 +00:00
parent 888df95a50
commit 07f05e1c23

View file

@ -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 */