netapi32/tests: Fix tests on Win7

Greg Geldorp ggeldorp at vmware.com
Mon Aug 24 07:40:02 CDT 2009


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.



More information about the wine-devel mailing list