mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
[USER32_WINETEST]
- Apply hacks to make the tests succeed on Windows svn path=/trunk/; revision=66456
This commit is contained in:
parent
8e610dc42c
commit
4ad9239209
1 changed files with 4 additions and 1 deletions
|
@ -14717,9 +14717,12 @@ START_TEST(msg_messages)
|
|||
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 */
|
||||
keybd_event(VK_CONTROL, 0, KEYEVENTF_KEYUP, 0);
|
||||
/* keep it the last test, under Windows it tends to break the tests
|
||||
* which rely on active/foreground windows being correct.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue