Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Windows XP SP3
Description
The BootstrapInstallerTest.testExtractFileName fails because on a Windows system the separator char for a directory is \ and not /. The test does not use File.separatorChar to get the right separator but the implementation in BootstrapInstaller does.