urlmon: Fix a failing test with IE7.

This commit is contained in:
James Hawkins 2008-09-08 22:12:48 -05:00 committed by Alexandre Julliard
parent d11968cade
commit 1c010e77cf
1 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,8 @@ static HRESULT WINAPI ProtocolSink_Switch(IInternetProtocolSink *iface, PROTOCOL
CHECK_CALLED(ReportProgress_CONNECTING);
} else todo_wine {
CHECK_NOT_CALLED(ReportProgress_FINDINGRESOURCE);
CHECK_NOT_CALLED(ReportProgress_CONNECTING);
/* IE7 does call this */
CLEAR_CALLED(ReportProgress_CONNECTING);
}
CHECK_CALLED(ReportProgress_SENDINGREQUEST);
SET_EXPECT(OnResponse);