Piotr Caban : urlmon/tests: Fixed protocol tests on IE9.
Module: wine Branch: master Commit: 13e3d32f76094871c9bb2cac2153c2d40ef789f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=13e3d32f76094871c9bb2cac21... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Feb 21 17:49:51 2012 +0100 urlmon/tests: Fixed protocol tests on IE9. --- dlls/urlmon/tests/protocol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c index 87be3fe..98422fe 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -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");
participants (1)
-
Alexandre Julliard