Commit 735c4343 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Fix tests.

parent e02d3627
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment