Fix protocol test on winxp.
This commit is contained in:
parent
7be2cd973c
commit
256fb405bf
|
@ -70,8 +70,8 @@ static HRESULT WINAPI ProtocolSink_ReportProgress(IInternetProtocolSink *iface,
|
|||
static const WCHAR text_html[] = {'t','e','x','t','/','h','t','m','l',0};
|
||||
|
||||
ok(expect_ReportProgress, "unexpected call\n");
|
||||
ok(ulStatusCode == BINDSTATUS_MIMETYPEAVAILABLE,
|
||||
"ulStatusCode=%ld expected BINDSTATUS_MIMETYPEAVAILABLE\n", ulStatusCode);
|
||||
ok(ulStatusCode == BINDSTATUS_MIMETYPEAVAILABLE
|
||||
|| ulStatusCode == BINDSTATUS_VERFIEDMIMETYPEAVAILABLE, "ulStatusCode=%ld\n", ulStatusCode);
|
||||
ok(!lstrcmpW(szStatusText, text_html), "szStatusText != text/html\n");
|
||||
expect_ReportProgress = FALSE;
|
||||
called_ReportProgress = TRUE;
|
||||
|
|
Loading…
Reference in New Issue