ws2_32/tests: Mark WinNT result as broken.

This commit is contained in:
Bruno Jesus 2013-09-08 01:47:35 -03:00 committed by Alexandre Julliard
parent fe0a1a23fa
commit d77522988b
1 changed files with 4 additions and 2 deletions

View File

@ -1286,8 +1286,10 @@ todo_wine
infoA.szProtocol, prottest[i].family, prottest[i].type, prottest[i].proto);
todo_wine {
ok(infoA.szProtocol[0], "WSAPROTOCOL_INFOA was not filled\n");
ok(infoW.szProtocol[0], "WSAPROTOCOL_INFOW was not filled\n");
ok(infoA.szProtocol[0] || broken(!infoA.szProtocol[0]) /* NT4 */,
"WSAPROTOCOL_INFOA was not filled\n");
ok(infoW.szProtocol[0] || broken(!infoA.szProtocol[0]) /* NT4 */,
"WSAPROTOCOL_INFOW was not filled\n");
}
WideCharToMultiByte(CP_ACP, 0, infoW.szProtocol, -1,