wininet: Fixed failing test

Dmitry Timoshkov dmitry at baikal.ru
Wed Oct 3 04:50:47 CDT 2012


Piotr Caban <piotr at codeweavers.com> wrote:

> -    ok(ret, "GetUrlCacheEntryInfoExW failed with error %d\n", GetLastError());
> +    ok(ret || broken(!ret) /* IE6 */, "GetUrlCacheEntryInfoExW failed with error %d\n", GetLastError());

This kind of blanket test results coverage is broken from the start.

-- 
Dmitry.



More information about the wine-devel mailing list