urlmon/tests: Fix typos in ok() messages.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2eae345d8c
commit
6d5659103f
|
@ -212,7 +212,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallback *iface, DWOR
|
|||
if (0)
|
||||
{
|
||||
/* FIXME: Uncomment after removing BindToStorage hack. */
|
||||
ok(pformatetc != NULL, "pformatetx == NULL\n");
|
||||
ok(pformatetc != NULL, "pformatetc == NULL\n");
|
||||
if(pformatetc) {
|
||||
ok(pformatetc->cfFormat == 0xc02d, "clipformat=%x\n", pformatetc->cfFormat);
|
||||
ok(pformatetc->ptd == NULL, "ptd = %p\n", pformatetc->ptd);
|
||||
|
|
|
@ -1973,7 +1973,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallbackEx *iface, DW
|
|||
if(bind_to_object && !is_async_prot)
|
||||
ok(grfBSCF == (BSCF_FIRSTDATANOTIFICATION|BSCF_LASTDATANOTIFICATION), "grfBSCF = %x\n", grfBSCF);
|
||||
|
||||
ok(pformatetc != NULL, "pformatetx == NULL\n");
|
||||
ok(pformatetc != NULL, "pformatetc == NULL\n");
|
||||
if(pformatetc) {
|
||||
if (mime_type[0]) {
|
||||
INT ret;
|
||||
|
|
Loading…
Reference in New Issue