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

Alexandre Julliard julliard at winehq.org
Mon Jun 7 15:02:08 CDT 2021


Module: wine
Branch: stable
Commit: c62e10c0e6ad7911fed442ba16315ceb73dc83d4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c62e10c0e6ad7911fed442ba16315ceb73dc83d4

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>
(cherry picked from commit 0d017b12cf27d86607d25a114ab044601434b1cd)
Signed-off-by: Michael Stefaniuc <mstefani 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 47864340e39..6765465e0dd 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