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
d5c5c068
Commit
d5c5c068
authored
Jan 29, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Run tests against the winehq server.
parent
a1b96349
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
httpreq.c
dlls/msxml3/tests/httpreq.c
+4
-4
No files found.
dlls/msxml3/tests/httpreq.c
View file @
d5c5c068
...
...
@@ -1422,8 +1422,8 @@ static void _test_open(unsigned line, IXMLHttpRequest *xhr, const char *method,
static
void
test_XMLHTTP
(
void
)
{
static
const
char
bodyA
[]
=
"mode=Test"
;
static
const
char
urlA
[]
=
"http://
crossover.codeweavers.com/postte
st.php"
;
static
const
char
xmltestA
[]
=
"http://
crossover.codeweavers.com
/xmltest.xml"
;
static
const
char
urlA
[]
=
"http://
test.winehq.org/tests/po
st.php"
;
static
const
char
xmltestA
[]
=
"http://
test.winehq.org/tests
/xmltest.xml"
;
static
const
char
referertesturl
[]
=
"http://test.winehq.org/tests/referer.php"
;
static
const
WCHAR
wszExpectedResponse
[]
=
{
'F'
,
'A'
,
'I'
,
'L'
,
'E'
,
'D'
,
0
};
static
const
CHAR
xmltestbodyA
[]
=
"<?xml version=
\"
1.0
\"
encoding=
\"
utf-8
\"
?>
\n
<a>TEST</a>
\n
"
;
...
...
@@ -1559,7 +1559,7 @@ static void test_XMLHTTP(void)
hr
=
IXMLHttpRequest_send
(
xhr
,
varbody
);
if
(
hr
==
INET_E_RESOURCE_NOT_FOUND
)
{
skip
(
"No connection could be made with
crossover.codeweavers.com
\n
"
);
skip
(
"No connection could be made with
test.winehq.org
\n
"
);
IXMLHttpRequest_Release
(
xhr
);
return
;
}
...
...
@@ -1636,7 +1636,7 @@ static void test_XMLHTTP(void)
hr
=
IXMLHttpRequest_send
(
xhr
,
varbody
);
if
(
hr
==
INET_E_RESOURCE_NOT_FOUND
)
{
skip
(
"No connection could be made with
crossover.codeweavers.com
\n
"
);
skip
(
"No connection could be made with
test.winehq.org
\n
"
);
IXMLHttpRequest_Release
(
xhr
);
return
;
}
...
...
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