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

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Rémi Bernon 2019-11-05 20:44:49 +01:00 committed by Alexandre Julliard
parent 37fe4b0bab
commit 32b3e502d9
1 changed files with 2 additions and 2 deletions

View File

@ -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");