Jacek Caban : itss: Fixed tests on old IE.
Module: wine Branch: master Commit: 0f16c1496f616ed5c4c89dc852e4abb9dc52ffad URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f16c1496f616ed5c4c89dc852... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Oct 30 11:44:12 2007 +0100 itss: Fixed tests on old IE. --- dlls/itss/tests/protocol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/itss/tests/protocol.c b/dlls/itss/tests/protocol.c index 05825be..c2fcf95 100644 --- a/dlls/itss/tests/protocol.c +++ b/dlls/itss/tests/protocol.c @@ -319,7 +319,7 @@ static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS }else { CHECK_CALLED(GetBindInfo); if(test_protocol == MK_PROTOCOL) - CHECK_CALLED(ReportProgress_DIRECTBIND); + SET_CALLED(ReportProgress_DIRECTBIND); CHECK_CALLED(ReportProgress_SENDINGREQUEST); if(expect_mime) CHECK_CALLED(ReportProgress_MIMETYPEAVAILABLE);
participants (1)
-
Alexandre Julliard