Module: wine Branch: master Commit: 0d017b12cf27d86607d25a114ab044601434b1cd URL: https://source.winehq.org/git/wine.git/?a=commit;h=0d017b12cf27d86607d25a114...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 10 20:44:47 2021 +0100
user32/tests: Remove todo from a test that seems to succeed reliably now.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/tests/win.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index eecccb70001..dbb5f4ce5b5 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -3075,7 +3075,6 @@ todo_wine old_wnd_proc = (WNDPROC)SetWindowLongPtrA(hwnd, GWLP_WNDPROC, (LONG_PTR)set_focus_on_activate_proc); ShowWindow(hwnd, SW_RESTORE); ok( GetActiveWindow() == hwnd, "parent window %p should be active\n", hwnd); -todo_wine ok( GetFocus() == child, "Focus should be on child %p, not %p\n", child, GetFocus() ); SetWindowLongPtrA(hwnd, GWLP_WNDPROC, (LONG_PTR)old_wnd_proc);