user32/tests: Resend: Fix test to work on Vista.
This commit is contained in:
parent
df0168d8eb
commit
be027eeb28
@ -2257,8 +2257,7 @@ static HDDEDATA CALLBACK server_end_to_end_callback(UINT uType, UINT uFmt, HCONV
|
|||||||
size, msg_index);
|
size, msg_index);
|
||||||
else
|
else
|
||||||
if (msg_index ==22)
|
if (msg_index ==22)
|
||||||
todo_wine
|
ok(size == 8 || size == 9, "Expected that size should be 8 or 9 not %d, msg_index=%d\n",
|
||||||
ok(size == 9, "Expected that size should be 9 not %d, msg_index=%d\n",
|
|
||||||
size, msg_index);
|
size, msg_index);
|
||||||
else
|
else
|
||||||
if (msg_index == 5)
|
if (msg_index == 5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user