Module: wine Branch: master Commit: 5487d2c35a07b128a4f570ffd060a6505dfceeed URL: http://source.winehq.org/git/wine.git/?a=commit;h=5487d2c35a07b128a4f570ffd0...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Dec 28 14:59:42 2012 +0100
urlmon: Fixed some tests on IE10.
---
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 889f3a9..89c2a0c 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -2437,7 +2437,7 @@ static BOOL file_protocol_start(IInternetProtocol *protocol, LPCWSTR url,
CHECK_CALLED(GetBindInfo); if(!(bindf & BINDF_FROMURLMON)) - CHECK_CALLED(ReportProgress_DIRECTBIND); + CLEAR_CALLED(ReportProgress_DIRECTBIND); /* Not called by IE10 */ if(is_first) { CHECK_CALLED(ReportProgress_SENDINGREQUEST); CHECK_CALLED(ReportProgress_CACHEFILENAMEAVAILABLE);