Commit be027eeb authored by Jeff Latimer's avatar Jeff Latimer Committed by Alexandre Julliard

user32/tests: Resend: Fix test to work on Vista.

parent df0168d8
......@@ -2257,8 +2257,7 @@ static HDDEDATA CALLBACK server_end_to_end_callback(UINT uType, UINT uFmt, HCONV
size, msg_index);
else
if (msg_index ==22)
todo_wine
ok(size == 9, "Expected that size should be 9 not %d, msg_index=%d\n",
ok(size == 8 || size == 9, "Expected that size should be 8 or 9 not %d, msg_index=%d\n",
size, msg_index);
else
if (msg_index == 5)
......
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