mshtml #1: Added test of CompareUrl.

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 13 01:07:33 CST 2006


On Tue, 2006-12-12 at 21:52 +0100, Jacek Caban wrote:
> +        hres = IInternetProtocolInfo_CompareUrl(protocol_info, NULL,
> NULL, 0xdeadbeef);
> +        ok(hres == E_NOTIMPL, "CompareUrl failed: %08x\n", hres);
> + 
Will these tests also return E_NOTIMPL on Windows? The tests should be
against Windows and worked around if it's not implemented in Wine.

Cheers,

Paul.




More information about the wine-devel mailing list