Re: wininet: Fixed failing test
3 Oct
2012
3 Oct
'12
9:50 a.m.
Piotr Caban <piotr(a)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.
4817
Age (days ago)
4817
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov