urlmon: Fix tests.

This commit is contained in:
Jacek Caban 2006-05-12 18:54:54 +02:00 committed by Alexandre Julliard
parent e02d36274b
commit 735c434376
2 changed files with 3 additions and 1 deletions

View File

@ -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',':',

View File

@ -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;