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
3dc7ffb7
Commit
3dc7ffb7
authored
Mar 14, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Update test data location to test.winehq.org/tests.
parent
ac6a5a63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
protocol.c
dlls/urlmon/tests/protocol.c
+2
-2
No files found.
dlls/urlmon/tests/protocol.c
View file @
3dc7ffb7
...
@@ -797,7 +797,7 @@ static HRESULT WINAPI ProtocolSink_ReportProgress(IInternetProtocolSink *iface,
...
@@ -797,7 +797,7 @@ static HRESULT WINAPI ProtocolSink_ReportProgress(IInternetProtocolSink *iface,
case
BINDSTATUS_REDIRECTING
:
case
BINDSTATUS_REDIRECTING
:
CHECK_EXPECT
(
ReportProgress_REDIRECTING
);
CHECK_EXPECT
(
ReportProgress_REDIRECTING
);
if
(
test_redirect
)
if
(
test_redirect
)
ok
(
!
strcmp_wa
(
szStatusText
,
"http://test.winehq.org/hello.html"
),
"szStatusText = %s
\n
"
,
wine_dbgstr_w
(
szStatusText
));
ok
(
!
strcmp_wa
(
szStatusText
,
"http://test.winehq.org/
tests/
hello.html"
),
"szStatusText = %s
\n
"
,
wine_dbgstr_w
(
szStatusText
));
else
else
ok
(
szStatusText
==
NULL
,
"szStatusText = %s
\n
"
,
wine_dbgstr_w
(
szStatusText
));
ok
(
szStatusText
==
NULL
,
"szStatusText = %s
\n
"
,
wine_dbgstr_w
(
szStatusText
));
break
;
break
;
...
@@ -2901,7 +2901,7 @@ static void test_http_protocol(void)
...
@@ -2901,7 +2901,7 @@ static void test_http_protocol(void)
'p'
,
'o'
,
's'
,
't'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'p'
,
'h'
,
'p'
,
0
};
'p'
,
'o'
,
's'
,
't'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'p'
,
'h'
,
'p'
,
0
};
static
const
WCHAR
redirect_url
[]
=
static
const
WCHAR
redirect_url
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
't'
,
'e'
,
's'
,
't'
,
'r'
,
'e'
,
'd'
,
'i'
,
'r'
,
'e'
,
'c'
,
't'
,
0
};
't'
,
'e'
,
's'
,
't'
,
'
s'
,
'/'
,
'
r'
,
'e'
,
'd'
,
'i'
,
'r'
,
'e'
,
'c'
,
't'
,
0
};
static
const
WCHAR
winetest_url
[]
=
static
const
WCHAR
winetest_url
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
'd'
,
'a'
,
't'
,
'a'
,
'/'
,
0
};
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
'd'
,
'a'
,
't'
,
'a'
,
'/'
,
0
};
...
...
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