test.mockobjects.AutoTestSuite searches for unit test classes on the classpath and
runs the corresponding unit tests.
To do this it has to convert file system paths to class names. It does this correctly on
Unix type systems but fails on Win32.
The attached patch corrects this.
Regards,
Tomy
|