Alexandre Julliard : user32/tests: Remove todo from a test that seems to succeed reliably now.

Alexandre Julliard julliard at winehq.org
Wed Mar 10 14:58:47 CST 2021


Module: wine
Branch: master
Commit: 0d017b12cf27d86607d25a114ab044601434b1cd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0d017b12cf27d86607d25a114ab044601434b1cd

Author: Alexandre Julliard <julliard at 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 at 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);
 




More information about the wine-cvs mailing list