Re: advapi32: test a combination of CreateServiceA and GetSecurityInfo [2nd]

2009-07-21 Thread Paul Vriens
Stefan Leichter wrote: Am Monday 20 July 2009 14:13:10 schrieb Alexandre Julliard: You could insert that into one of the other tests that already create a service, so that we don't need to have too many Sleeps in there. This testcase demonstrates the current problem in bug 1886 -

Re: advapi32: test a combination of CreateServiceA and GetSecurityInfo

2009-07-20 Thread Alexandre Julliard
Stefan Leichter writes: > +/* Wait a while. The following test also does a CreateService for the > + * same servicename and this would result in an > ERROR_SERVICE_MARKED_FOR_DELETE > + * error if we do this to quick. Vista seems more picky then the others. > + */ > +Sleep(10