Description
org.apache.aries.subsystem.itests.defect.Aries1522Test
org.apache.aries.subsystem.itests.defect.Aries1523Test
These tests both have a method createRepositoryXml that does not work properly on Windows because it is checking for an absolute path that ends with "/target". But on windows the path will end with "\target". The fix is to use File.separator to do the check instead of hardcoding the separator to '/'
Attachments
Issue Links
- blocks
-
ARIES-1547 Subsystem 2.0.10 Release
- In Progress