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
7fbcd4cb
Commit
7fbcd4cb
authored
Jul 24, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Added more FindMimeFromData tests.
parent
e5d09bea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
misc.c
dlls/urlmon/tests/misc.c
+6
-0
No files found.
dlls/urlmon/tests/misc.c
View file @
7fbcd4cb
...
...
@@ -685,6 +685,12 @@ static const struct {
{
data1
,
sizeof
(
data1
),
"text/plain"
,
NULL
,
NULL
,
"res://mshtml.dll/blank.htm"
,
"application/octet-stream"
},
{
data1
,
sizeof
(
data1
),
"text/plain"
,
NULL
,
NULL
,
"file:some%20file%2ejpg"
,
"application/octet-stream"
},
{
NULL
,
sizeof
(
data1
),
"text/html"
,
NULL
,
NULL
,
"res://mshtml.dll/blank.htm"
},
{
data1
,
sizeof
(
data1
),
"text/css"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
},
{
data2
,
sizeof
(
data2
),
"text/css"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
},
{
data10
,
sizeof
(
data10
),
"text/html"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
},
{
data1
,
sizeof
(
data1
),
"text/css"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
,
"text/plain"
},
{
data1
,
sizeof
(
data1
),
"text/css"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
,
"application/octet-stream"
},
{
data1
,
sizeof
(
data1
),
"text/test"
,
NULL
,
NULL
,
"http://www.winehq.org/test.css"
,
"text/test"
}
};
static
void
test_FindMimeFromData
(
void
)
...
...
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