msxml3: Improved checking of failed case

Paul Vriens paul.vriens.wine at gmail.com
Wed Jun 18 06:20:46 CDT 2008


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.



More information about the wine-devel mailing list