mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
urlmon/tests: Fixed protocol tests on IE9.
This commit is contained in:
parent
32057bf132
commit
13e3d32f76
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
test_http_protocol_url(winetest_url, HTTP_TEST, TEST_DIRECT_READ|TEST_USEIURI, TYMED_NULL);
|
||||||
|
|
||||||
trace("Testing http protocol (redirected)...\n");
|
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);
|
test_http_protocol_url(redirect_url, HTTP_TEST, TEST_REDIRECT, TYMED_NULL);
|
||||||
|
|
||||||
trace("Testing http protocol empty file...\n");
|
trace("Testing http protocol empty file...\n");
|
||||||
|
|
Loading…
Reference in a new issue