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
c2ffe6e1
Commit
c2ffe6e1
authored
Dec 03, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Dec 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Remove unused strings (Clang).
parent
2c128787
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
9 deletions
+2
-9
misc.c
dlls/urlmon/tests/misc.c
+2
-4
sec_mgr.c
dlls/urlmon/tests/sec_mgr.c
+0
-3
stream.c
dlls/urlmon/tests/stream.c
+0
-1
url.c
dlls/urlmon/tests/url.c
+0
-1
No files found.
dlls/urlmon/tests/misc.c
View file @
c2ffe6e1
...
...
@@ -300,9 +300,7 @@ static const WCHAR url8[] = {'t','e','s','t',':','1','2','3','a','b','c',0};
static
const
WCHAR
url9
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'w'
,
'w'
,
'w'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
's'
,
'i'
,
't'
,
'e'
,
'/'
,
'a'
,
'b'
,
'o'
,
'u'
,
't'
,
0
};
static
const
WCHAR
url10
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
'/'
,
'/'
,
's'
,
'o'
,
'm'
,
'e'
,
'%'
,
'2'
,
'0'
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'j'
,
'p'
,
'g'
,
0
};
static
const
WCHAR
url11
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'g'
,
'o'
,
'o'
,
'g'
,
'l'
,
'e'
,
'.'
,
'*'
,
'.'
,
static
const
WCHAR
url10
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'g'
,
'o'
,
'o'
,
'g'
,
'l'
,
'e'
,
'.'
,
'*'
,
'.'
,
'c'
,
'o'
,
'm'
,
0
};
static
const
WCHAR
url4e
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
's'
,
'o'
,
'm'
,
'e'
,
' '
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'j'
,
'p'
,
'g'
,
0
};
...
...
@@ -343,7 +341,7 @@ static const struct parse_test parse_tests[] = {
{
url4
,
E_FAIL
,
url4e
,
S_OK
,
path4
,
wszFile
,
wszEmpty
,
S_OK
,
NULL
,
E_FAIL
},
{
url5
,
E_FAIL
,
url5
,
E_INVALIDARG
,
NULL
,
wszHttp
,
wszWineHQ
,
S_OK
,
wszHttpWineHQ
,
S_OK
},
{
url6
,
S_OK
,
url6
,
E_INVALIDARG
,
NULL
,
wszAbout
,
NULL
,
E_FAIL
,
NULL
,
E_FAIL
},
{
url1
1
,
E_FAIL
,
url11
,
E_INVALIDARG
,
NULL
,
wszHttp
,
wszGoogle
,
S_OK
,
wszHttpGoogle
,
S_OK
}
{
url1
0
,
E_FAIL
,
url10
,
E_INVALIDARG
,
NULL
,
wszHttp
,
wszGoogle
,
S_OK
,
wszHttpGoogle
,
S_OK
}
};
static
void
test_CoInternetParseUrl
(
void
)
...
...
dlls/urlmon/tests/sec_mgr.c
View file @
c2ffe6e1
...
...
@@ -112,9 +112,6 @@ static const WCHAR url16[] = {'f','i','l','e',':','/','/','/','c',':',0};
static
const
WCHAR
url17
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
'/'
,
'/'
,
'/'
,
'c'
,
':'
,
'c'
,
'\\'
,
0
};
static
const
WCHAR
url18
[]
=
{
'c'
,
':'
,
'\\'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'h'
,
't'
,
'm'
,
0
};
static
const
WCHAR
url4e
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
's'
,
'o'
,
'm'
,
'e'
,
' '
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'j'
,
'p'
,
'g'
,
0
};
static
const
WCHAR
winetestW
[]
=
{
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
0
};
static
const
WCHAR
security_urlW
[]
=
{
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
':'
,
't'
,
'e'
,
's'
,
't'
,
'i'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
security_url2W
[]
=
{
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
':'
,
't'
,
'e'
,
's'
,
't'
,
'i'
,
'n'
,
'g'
,
'2'
,
0
};
...
...
dlls/urlmon/tests/stream.c
View file @
c2ffe6e1
...
...
@@ -77,7 +77,6 @@ DEFINE_EXPECT(OnDataAvailable);
DEFINE_EXPECT
(
GetBindInfo
);
static
const
CHAR
wszIndexHtmlA
[]
=
"index.html"
;
static
const
WCHAR
wszIndexHtml
[]
=
{
'i'
,
'n'
,
'd'
,
'e'
,
'x'
,
'.'
,
'h'
,
't'
,
'm'
,
'l'
,
0
};
static
WCHAR
INDEX_HTML
[
MAX_PATH
];
static
const
char
szHtmlDoc
[]
=
"<HTML></HTML>"
;
...
...
dlls/urlmon/tests/url.c
View file @
c2ffe6e1
...
...
@@ -162,7 +162,6 @@ static const WCHAR wszWineHQSite[] =
static
const
WCHAR
wszWineHQIP
[]
=
{
'2'
,
'0'
,
'9'
,
'.'
,
'3'
,
'2'
,
'.'
,
'1'
,
'4'
,
'1'
,
'.'
,
'3'
,
0
};
static
const
CHAR
wszIndexHtmlA
[]
=
"index.html"
;
static
const
WCHAR
wszIndexHtml
[]
=
{
'i'
,
'n'
,
'd'
,
'e'
,
'x'
,
'.'
,
'h'
,
't'
,
'm'
,
'l'
,
0
};
static
const
WCHAR
cache_fileW
[]
=
{
'c'
,
':'
,
'\\'
,
'c'
,
'a'
,
'c'
,
'h'
,
'e'
,
'.'
,
'h'
,
't'
,
'm'
,
0
};
static
const
CHAR
dwl_htmlA
[]
=
"dwl.html"
;
static
const
WCHAR
dwl_htmlW
[]
=
{
'd'
,
'w'
,
'l'
,
'.'
,
'h'
,
't'
,
'm'
,
'l'
,
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