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
735c4343
Commit
735c4343
authored
May 12, 2006
by
Jacek Caban
Committed by
Alexandre Julliard
May 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Fix tests.
parent
e02d3627
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
protocol.c
dlls/urlmon/tests/protocol.c
+1
-1
url.c
dlls/urlmon/tests/url.c
+2
-0
No files found.
dlls/urlmon/tests/protocol.c
View file @
735c4343
...
...
@@ -118,7 +118,7 @@ static HRESULT WINAPI HttpNegotiate_BeginningTransaction(IHttpNegotiate2 *iface,
ok
(
!
lstrcmpW
(
szURL
,
http_url
),
"szURL != http_url
\n
"
);
ok
(
szHeaders
==
NULL
,
"szHeaders !
= NULL
\n
"
);
ok
(
szHeaders
!=
NULL
,
"szHeaders =
= NULL
\n
"
);
if
(
szHeaders
)
{
static
const
WCHAR
header
[]
=
{
'A'
,
'c'
,
'c'
,
'e'
,
'p'
,
't'
,
'-'
,
'E'
,
'n'
,
'c'
,
'o'
,
'd'
,
'i'
,
'n'
,
'g'
,
':'
,
...
...
dlls/urlmon/tests/url.c
View file @
735c4343
...
...
@@ -753,7 +753,9 @@ START_TEST(url)
trace
(
"about test...
\n
"
);
test_protocol
=
ABOUT_TEST
;
CoInitialize
(
NULL
);
test_BindToStorage
();
CoUninitialize
();
trace
(
"emulated about test...
\n
"
);
emulate_protocol
=
TRUE
;
...
...
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