Commit 416589a7 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

user32/tests: Fix a failure message trace.

parent 0b230128
...@@ -852,8 +852,8 @@ static void InitialFocusTest (void) ...@@ -852,8 +852,8 @@ static void InitialFocusTest (void)
ok ((g_hwndInitialFocusT1 == g_hwndButton2), ok ((g_hwndInitialFocusT1 == g_hwndButton2),
"Error in initial focus when WM_INITDIALOG returned TRUE: " "Error in initial focus when WM_INITDIALOG returned TRUE: "
"Expected the second button (%p), got %s (%p).\n", "Expected the second button (%p), got %s (%p).\n",
g_hwndButton2, GetHwndString(g_hwndInitialFocusT2), g_hwndButton2, GetHwndString(g_hwndInitialFocusT1),
g_hwndInitialFocusT2); g_hwndInitialFocusT1);
ok ((g_hwndInitialFocusT2 == g_hwndButton2), ok ((g_hwndInitialFocusT2 == g_hwndButton2),
"Error after first SetFocus() when WM_INITDIALOG returned TRUE: " "Error after first SetFocus() when WM_INITDIALOG returned TRUE: "
......
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