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.