James Hawkins : netapi32: Fix two failing tests in NT4.

Kai Blin kai.blin at gmail.com
Tue Sep 9 10:59:05 CDT 2008


On Wednesday 03 September 2008 14:43:55 Alexandre Julliard wrote:

> -        ok(ret == NERR_BadUsername, "Adding user with too long username
> returned 0x%08x\n", ret); +        ok(ret == NERR_BadUsername ||
> +           broken(ret == NERR_PasswordTooShort), /* NT4 */
> +           "Adding user with too long username returned 0x%08x\n", ret);
>

I'd argue that this is not broken, but the only error NT4 returns for bad 
username/password combinations. At least the comments in the surrounding code 
should be updated. Sorry for not catching this one earlier, I didn't have 
that much time for Wine recently.

Cheers,
Kai

--
Kai Blin
WorldForge developer  http://www.worldforge.org/
Wine developer        http://wiki.winehq.org/KaiBlin
Samba team member     http://www.samba.org/samba/team/
--
Will code for cotton.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20080909/bd5d7cbb/attachment-0001.pgp 


More information about the wine-devel mailing list