Hi,
Every time these tests run I get a message box on win9x stating that the service can't be created. Makes sense as we don't have services on win9x.
Can we skip all tests if we are on win9x (check for OpenSCManager being not implemented)?
On Wed, Aug 27, 2008 at 2:46 AM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
Every time these tests run I get a message box on win9x stating that the service can't be created. Makes sense as we don't have services on win9x.
Can we skip all tests if we are on win9x (check for OpenSCManager being not implemented)?
No, the service install code should be removed. It was copied from install.c, but there's no need for it in the automation tests.