You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Thomas Watson (JIRA)" <ji...@apache.org> on 2016/05/25 15:10:14 UTC

[jira] [Created] (ARIES-1553) Aries1522Test and Aries1523Test don't work on Windows

Thomas Watson created ARIES-1553:
------------------------------------

             Summary: Aries1522Test and Aries1523Test don't work on Windows
                 Key: ARIES-1553
                 URL: https://issues.apache.org/jira/browse/ARIES-1553
             Project: Aries
          Issue Type: Bug
          Components: Subsystem
         Environment: Windows
            Reporter: Thomas Watson
            Assignee: Thomas Watson


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 '/'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)