urlmon: Fix tests.
This commit is contained in:
parent
e02d36274b
commit
735c434376
|
@ -118,7 +118,7 @@ static HRESULT WINAPI HttpNegotiate_BeginningTransaction(IHttpNegotiate2 *iface,
|
|||
|
||||
ok(!lstrcmpW(szURL, http_url), "szURL != http_url\n");
|
||||
|
||||
ok(szHeaders == NULL, "szHeaders != NULL\n");
|
||||
ok(szHeaders != NULL, "szHeaders == NULL\n");
|
||||
if(szHeaders) {
|
||||
static const WCHAR header[] =
|
||||
{'A','c','c','e','p','t','-','E','n','c','o','d','i','n','g',':',
|
||||
|
|
|
@ -753,7 +753,9 @@ START_TEST(url)
|
|||
|
||||
trace("about test...\n");
|
||||
test_protocol = ABOUT_TEST;
|
||||
CoInitialize(NULL);
|
||||
test_BindToStorage();
|
||||
CoUninitialize();
|
||||
|
||||
trace("emulated about test...\n");
|
||||
emulate_protocol = TRUE;
|
||||
|
|
Loading…
Reference in New Issue