On Thu, Jun 3, 2010 at 7:57 AM, GOUJON Alexandre <[email protected]> wrote: > Hi, > > I'm trying to fix bug 18071 but I don't know anything about ACLs. > I wrote some tests (see attached patch and > https://testbot.winehq.org/JobDetails.pl?Key=2442) > and I modified the source according to my understanding of the issue (wich > may be totally wrong).
When testing LastError, you need to set it first to a known value, to ensure that the test is really resetting LastError. Most tests use SetLastError(0xdeadbeef); to do this. -- -Austin
