Author: jimtabor Date: Thu Feb 26 08:38:00 2015 New Revision: 66464
URL: http://svn.reactos.org/svn/reactos?rev=66464&view=rev Log: [User32_WINETEST] - Move test_SetFocus first as it is done originally. Refer to read past wine CVS logs for the reason.
Modified: trunk/rostests/winetests/user32/msg.c
Modified: trunk/rostests/winetests/user32/msg.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/msg.c?rev... ============================================================================== --- trunk/rostests/winetests/user32/msg.c [iso-8859-1] (original) +++ trunk/rostests/winetests/user32/msg.c [iso-8859-1] Thu Feb 26 08:38:00 2015 @@ -14717,8 +14717,8 @@ START_TEST(msg_focus) { init_tests(); + test_SetFocus(); test_SetActiveWindow(); - test_SetFocus();
/* HACK: For some reason test_SetForegroundWindow fails on Windows unless * we do this */