Re: msxml3: Improved checking of failed case

2008-06-18 Thread Paul Vriens
Alistair Leslie-Hughes wrote: > Hi, > > Changelog: > msxml3: Improved checking of failed case > > Best Regards > Alistair Leslie-Hughes > > > > > -/* Win98 returns ERROR

RE: msxml3: Improved checking of failed case

2008-06-18 Thread 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?> No, I'll resend. Thanks for the catch.