Re: msxml3: Improved checking of failed case
Alistair Leslie-Hughes wrote:
Hi,
Changelog: msxml3: Improved checking of failed case
Best Regards Alistair Leslie-Hughes
------------------------------------------------------------------------
- /* Win98 returns ERROR_URL_NOT_FOUND */ - ok(hr == S_OK || hr == ERROR_URL_NOT_FOUND, "Expected S_OK, got 0x%08x\n", hr); + ok(hr == S_OK, "Expected S_OK, got 0x%08x\n", hr); But this means the test will fail on Win98, is that on purpose? -- Cheers, Paul.
- /* Win98 returns ERROR_URL_NOT_FOUND */> - ok(hr == S_OK || hr == ERROR_URL_NOT_FOUND, "Expected S_OK, got 0x%08x\n", hr);> + ok(hr == S_OK, "Expected S_OK, got 0x%08x\n", hr);> > But this means the test will fail on Win98, is that on purpose?> No, I'll resend.
Thanks for the catch. Best Regards Alistair Leslie-Hughes _________________________________________________________________ It's simple! Sell your car for just $30 at CarPoint.com.au http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2...
participants (2)
-
Alistair Leslie-Hughes -
Paul Vriens