What steps will reproduce the problem?
1. use "run all tests" on a windows system
2. you see that test cases are not found, because the path to the test case is
corrupted.
The problem is that the method "getAbsolutePath()" on windows systems returns a
path with backslashes. This is not appropriate for a url path.
A fix is attached.
Original issue reported on code.google.com by michael....@googlemail.com on 7 May 2012 at 5:27
Original issue reported on code.google.com by
michael....@googlemail.com
on 7 May 2012 at 5:27Attachments: