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
89670f9c
Commit
89670f9c
authored
Nov 04, 2010
by
Thomas Mullaly
Committed by
Alexandre Julliard
Nov 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Fixed some IUri tests that used hard coded values to use Uri_HOST.
parent
791b22ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
uri.c
dlls/urlmon/tests/uri.c
+13
-13
No files found.
dlls/urlmon/tests/uri.c
View file @
89670f9c
...
...
@@ -3108,7 +3108,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3237,7 +3237,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3263,7 +3263,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3289,7 +3289,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3314,7 +3314,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3340,7 +3340,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3365,7 +3365,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3442,7 +3442,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3468,7 +3468,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3494,7 +3494,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3520,7 +3520,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3546,7 +3546,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_FILE
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
@@ -3703,7 +3703,7 @@ static const uri_properties uri_tests[] = {
{
""
,
S_FALSE
,
FALSE
}
},
{
{
0
,
S_OK
,
FALSE
},
{
Uri_HOST_UNKNOWN
,
S_OK
,
FALSE
},
{
0
,
S_FALSE
,
FALSE
},
{
URL_SCHEME_ABOUT
,
S_OK
,
FALSE
},
{
URLZONE_INVALID
,
E_NOTIMPL
,
FALSE
}
...
...
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