Re: ADVAPI32: implement and test BuiltTrusteeWithName
17 Aug
2004
17 Aug
'04
10:14 p.m.
Mike McCormack <mike(a)codeweavers.com> writes:
+ pTrustee->TrusteeForm = NO_MULTIPLE_TRUSTEE; + pTrustee->TrusteeType = TRUSTEE_IS_NAME;
+ ok( trustee.TrusteeForm == TRUSTEE_IS_NAME, "TrusteeForm wrong\n"); + ok( trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");
So which one is correct, the code or the test? <g> -- Alexandre Julliard julliard(a)winehq.org
7794
Age (days ago)
7794
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard