Commit 510a6f70 authored by Alexandre Julliard's avatar Alexandre Julliard

user/tests: Flush events before running the keyboard event test.

parent 5fd23798
......@@ -2314,6 +2314,7 @@ static void test_keyboard_input(HWND hwnd)
ShowWindow(hwnd, SW_SHOW);
UpdateWindow(hwnd);
flush_events();
ok(GetActiveWindow() == hwnd, "wrong active window %p\n", GetActiveWindow());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment