[PATCH 2/4] advapi32: Test GetTokenInformation() as it can fail.

Saulius Krasuckas saulius2 at ar.fi.lt
Sun May 21 15:36:52 CDT 2006


* On Sun, 21 May 2006, Saulius Krasuckas wrote:
> 
>      ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size);
> +    ok(ret, "GetTokenInformation(TokenGroups) failed with error %ld\n", GetLastError());
>      Groups = HeapAlloc(GetProcessHeap(), 0, Size);

Sorry, this fails at make test.  I'll try investigate.  Skip now.



More information about the wine-devel mailing list