Commit 32b3e502 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

user32/tests: Update SetActiveWindow(0) test result for w1064v1809.

parent 37fe4b0b
......@@ -14218,8 +14218,8 @@ static void test_SetActiveWindow(void)
trace("SetActiveWindow(0)\n");
ret = SetActiveWindow(0);
ok( ret == popup, "Failed to SetActiveWindow(0)\n");
ok_sequence(SetActiveWindowSeq0, "SetActiveWindow(0)", FALSE);
ok( ret == popup || broken(ret == 0) /* w1064v1809 */, "Failed to SetActiveWindow(0), ret:%p\n", ret);
if (ret == popup) ok_sequence(SetActiveWindowSeq0, "SetActiveWindow(0)", FALSE);
flush_sequence();
trace("SetActiveWindow(hwnd), hwnd visible\n");
......
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