Skip to content
Snippets Groups Projects
Commit 510a6f70 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 5fd23798
Branches
Tags wine-960616
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment