[jira] [Closed] (OFBIZ-11331) Cannot run ComponentContainerTest on windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-11331) Cannot run ComponentContainerTest on windows

Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-11331.
-----------------------------------
    Fix Version/s: Upcoming Branch
       Resolution: Fixed

Thanks Daniel,

Your PR has been merged in trunk. It was also an issue for me, I'm still on Win7...

> Cannot run ComponentContainerTest on windows
> --------------------------------------------
>
>                 Key: OFBIZ-11331
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11331
>             Project: OFBiz
>          Issue Type: Bug
>          Components: base
>    Affects Versions: Trunk
>            Reporter: Daniel Watford
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: Upcoming Branch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Running ComponentContainerTest on windows fails due to parsing of paths of the form '/c:/dev/....'
> {quote}org.apache.ofbiz.base.container.ComponentContainerTest > testCheckDependencyForComponent FAILED
>  java.nio.file.InvalidPathException at ComponentContainerTest.java:44
> {quote}
> Line 44:
> {quote}private Path ofbizHome = Paths.get(ComponentContainerTest.class.getResource("testsdata").getFile())
>  .toAbsolutePath().normalize();
> {quote}
>  
> PR created: [https://github.com/apache/ofbiz-framework/pull/8]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)