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:27:12 UTC

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

     [ https://issues.apache.org/jira/browse/ARIES-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Watson resolved ARIES-1553.
----------------------------------
    Resolution: Fixed

I released a fix to the tests to use File.separator

> 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
>              Labels: test
>
> 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)