Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
630e8d92
Commit
630e8d92
authored
Mar 07, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Use asynchronous binding for invalid cert tests.
parent
e739f040
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
url.c
dlls/urlmon/tests/url.c
+4
-4
No files found.
dlls/urlmon/tests/url.c
View file @
630e8d92
...
...
@@ -3920,11 +3920,13 @@ START_TEST(url)
http_is_first
=
TRUE
;
test_BindToStorage
(
HTTPS_TEST
,
BINDTEST_INVALID_CN
,
TYMED_ISTREAM
);
trace
(
"synchronous https test (invalid CN, fail)
\n
"
);
bindf
=
BINDF_ASYNCHRONOUS
|
BINDF_ASYNCSTORAGE
|
BINDF_PULLDATA
;
trace
(
"asynchronous https test (invalid CN, fail)
\n
"
);
onsecurityproblem_hres
=
E_FAIL
;
test_BindToStorage
(
HTTPS_TEST
,
BINDTEST_INVALID_CN
,
TYMED_ISTREAM
);
trace
(
"synchronous https test (invalid CN, accept)
\n
"
);
trace
(
"
a
synchronous https test (invalid CN, accept)
\n
"
);
onsecurityproblem_hres
=
S_OK
;
test_BindToStorage
(
HTTPS_TEST
,
BINDTEST_INVALID_CN
,
TYMED_ISTREAM
);
...
...
@@ -3933,8 +3935,6 @@ START_TEST(url)
test_BindToStorage
(
HTTPS_TEST
,
BINDTEST_INVALID_CN
,
TYMED_ISTREAM
);
invalid_cn_accepted
=
FALSE
;
bindf
=
BINDF_ASYNCHRONOUS
|
BINDF_ASYNCSTORAGE
|
BINDF_PULLDATA
;
trace
(
"winetest test (async switch)...
\n
"
);
test_BindToStorage
(
WINETEST_TEST
,
BINDTEST_EMULATE
|
BINDTEST_ASYNC_SWITCH
,
TYMED_ISTREAM
);
...
...
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