mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
wininet/tests: Remove todo from a succeeding test.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
14d3dbbb7b
commit
61d1c95ea4
1 changed files with 1 additions and 2 deletions
|
@ -216,7 +216,6 @@ static void _test_status_code(unsigned line, HINTERNET req, DWORD excode, BOOL i
|
|||
size = sizeof(code);
|
||||
res = HttpQueryInfoA(req, HTTP_QUERY_STATUS_CODE|HTTP_QUERY_FLAG_NUMBER, &code, &size, &index);
|
||||
ok_(__FILE__,line)(res, "[2] HttpQueryInfoA(HTTP_QUERY_STATUS_CODE|number index) failed: %u\n", GetLastError());
|
||||
todo_wine_if (is_todo)
|
||||
ok_(__FILE__,line)(!index, "index = %d, expected 0\n", index);
|
||||
ok_(__FILE__,line)(size == sizeof(code), "size = %u\n", size);
|
||||
|
||||
|
|
Loading…
Reference in a new issue