netapi32/tests: Fix tests on Win7

Austin English austinenglish at gmail.com
Mon Aug 24 07:48:31 CDT 2009


On Mon, Aug 24, 2009 at 7:40 AM, Greg Geldorp<ggeldorp at vmware.com> wrote:
> From: Austin English
>> On Mon, Aug 24, 2009 at 7:19 AM, Ge van Geldorp<ggeldorp at vmware.com> wrote:
>> -        ok(totalEntries > 0, "at least one transport\n");
>> +        ok(totalEntries > 0 || broken(totalEntries == 0) /* Win7 */,
>>
>> Should probably be win_skip rather than broken, so that a similar
>> failure on wine isn't ignored.
>
> My understanding is that broken() always returns false on Wine, so this shouldn't have any effect on Wine?
>
> Ge.

Agh, you're right. Too early in the morning, I'll go get some coffee
before replying more :-).

-- 
-Austin



More information about the wine-devel mailing list