urlmon/tests: Fixed protocol tests on IE9.

This commit is contained in:
Piotr Caban 2012-02-21 17:49:51 +01:00 committed by Alexandre Julliard
parent 32057bf132
commit 13e3d32f76
1 changed files with 1 additions and 1 deletions

View File

@ -2952,7 +2952,7 @@ static void test_http_protocol(void)
test_http_protocol_url(winetest_url, HTTP_TEST, TEST_DIRECT_READ|TEST_USEIURI, TYMED_NULL);
trace("Testing http protocol (redirected)...\n");
bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA | BINDF_FROMURLMON;
bindf = BINDF_ASYNCHRONOUS | BINDF_ASYNCSTORAGE | BINDF_PULLDATA | BINDF_FROMURLMON | BINDF_NOWRITECACHE;
test_http_protocol_url(redirect_url, HTTP_TEST, TEST_REDIRECT, TYMED_NULL);
trace("Testing http protocol empty file...\n");