From 0f16c1496f616ed5c4c89dc852e4abb9dc52ffad Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 30 Oct 2007 11:44:12 +0100 Subject: [PATCH] itss: Fixed tests on old IE. --- dlls/itss/tests/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/itss/tests/protocol.c b/dlls/itss/tests/protocol.c index 05825be310a..c2fcf955497 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);