Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
61d1c95e
Commit
61d1c95e
authored
Feb 18, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet/tests: Remove todo from a succeeding test.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
14d3dbbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
http.c
dlls/wininet/tests/http.c
+1
-2
No files found.
dlls/wininet/tests/http.c
View file @
61d1c95e
...
@@ -216,8 +216,7 @@ static void _test_status_code(unsigned line, HINTERNET req, DWORD excode, BOOL i
...
@@ -216,8 +216,7 @@ static void _test_status_code(unsigned line, HINTERNET req, DWORD excode, BOOL i
size
=
sizeof
(
code
);
size
=
sizeof
(
code
);
res
=
HttpQueryInfoA
(
req
,
HTTP_QUERY_STATUS_CODE
|
HTTP_QUERY_FLAG_NUMBER
,
&
code
,
&
size
,
&
index
);
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
());
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
)(
!
index
,
"index = %d, expected 0
\n
"
,
index
);
ok_
(
__FILE__
,
line
)(
size
==
sizeof
(
code
),
"size = %u
\n
"
,
size
);
ok_
(
__FILE__
,
line
)(
size
==
sizeof
(
code
),
"size = %u
\n
"
,
size
);
sprintf
(
exbuf
,
"%u"
,
excode
);
sprintf
(
exbuf
,
"%u"
,
excode
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment