urlmon/tests: Remove unused strings (Clang).
This commit is contained in:
parent
2c1287871b
commit
c2ffe6e139
@ -300,9 +300,7 @@ static const WCHAR url8[] = {'t','e','s','t',':','1','2','3','a','b','c',0};
|
|||||||
static const WCHAR url9[] =
|
static const WCHAR url9[] =
|
||||||
{'h','t','t','p',':','/','/','w','w','w','.','w','i','n','e','h','q','.','o','r','g',
|
{'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};
|
'/','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',
|
static const WCHAR url10[] = {'h','t','t','p',':','/','/','g','o','o','g','l','e','.','*','.',
|
||||||
'.','j','p','g',0};
|
|
||||||
static const WCHAR url11[] = {'h','t','t','p',':','/','/','g','o','o','g','l','e','.','*','.',
|
|
||||||
'c','o','m',0};
|
'c','o','m',0};
|
||||||
static const WCHAR url4e[] = {'f','i','l','e',':','s','o','m','e',' ','f','i','l','e',
|
static const WCHAR url4e[] = {'f','i','l','e',':','s','o','m','e',' ','f','i','l','e',
|
||||||
'.','j','p','g',0};
|
'.','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},
|
{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},
|
{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},
|
{url6, S_OK, url6, E_INVALIDARG, NULL, wszAbout, NULL, E_FAIL, NULL, E_FAIL},
|
||||||
{url11, E_FAIL, url11, E_INVALIDARG, NULL, wszHttp, wszGoogle, S_OK, wszHttpGoogle, S_OK}
|
{url10, E_FAIL, url10, E_INVALIDARG,NULL, wszHttp, wszGoogle, S_OK, wszHttpGoogle, S_OK}
|
||||||
};
|
};
|
||||||
|
|
||||||
static void test_CoInternetParseUrl(void)
|
static void test_CoInternetParseUrl(void)
|
||||||
|
@ -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 url17[] = {'f','i','l','e',':','/','/','/','c',':','c','\\',0};
|
||||||
static const WCHAR url18[] = {'c',':','\\','t','e','s','t','.','h','t','m',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 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_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};
|
static const WCHAR security_url2W[] = {'w','i','n','e','t','e','s','t',':','t','e','s','t','i','n','g','2',0};
|
||||||
|
@ -77,7 +77,6 @@ DEFINE_EXPECT(OnDataAvailable);
|
|||||||
DEFINE_EXPECT(GetBindInfo);
|
DEFINE_EXPECT(GetBindInfo);
|
||||||
|
|
||||||
static const CHAR wszIndexHtmlA[] = "index.html";
|
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 WCHAR INDEX_HTML[MAX_PATH];
|
||||||
static const char szHtmlDoc[] = "<HTML></HTML>";
|
static const char szHtmlDoc[] = "<HTML></HTML>";
|
||||||
|
|
||||||
|
@ -162,7 +162,6 @@ static const WCHAR wszWineHQSite[] =
|
|||||||
static const WCHAR wszWineHQIP[] =
|
static const WCHAR wszWineHQIP[] =
|
||||||
{'2','0','9','.','3','2','.','1','4','1','.','3',0};
|
{'2','0','9','.','3','2','.','1','4','1','.','3',0};
|
||||||
static const CHAR wszIndexHtmlA[] = "index.html";
|
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 WCHAR cache_fileW[] = {'c',':','\\','c','a','c','h','e','.','h','t','m',0};
|
||||||
static const CHAR dwl_htmlA[] = "dwl.html";
|
static const CHAR dwl_htmlA[] = "dwl.html";
|
||||||
static const WCHAR dwl_htmlW[] = {'d','w','l','.','h','t','m','l',0};
|
static const WCHAR dwl_htmlW[] = {'d','w','l','.','h','t','m','l',0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user