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};
|
static const WCHAR text_html[] = {'t','e','x','t','/','h','t','m','l',0};
|
||||||
|
|
||||||
ok(expect_ReportProgress, "unexpected call\n");
|
ok(expect_ReportProgress, "unexpected call\n");
|
||||||
ok(ulStatusCode == BINDSTATUS_MIMETYPEAVAILABLE,
|
ok(ulStatusCode == BINDSTATUS_MIMETYPEAVAILABLE
|
||||||
"ulStatusCode=%ld expected BINDSTATUS_MIMETYPEAVAILABLE\n", ulStatusCode);
|
|| ulStatusCode == BINDSTATUS_VERFIEDMIMETYPEAVAILABLE, "ulStatusCode=%ld\n", ulStatusCode);
|
||||||
ok(!lstrcmpW(szStatusText, text_html), "szStatusText != text/html\n");
|
ok(!lstrcmpW(szStatusText, text_html), "szStatusText != text/html\n");
|
||||||
expect_ReportProgress = FALSE;
|
expect_ReportProgress = FALSE;
|
||||||
called_ReportProgress = TRUE;
|
called_ReportProgress = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user