[jira] [Commented] (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] [Commented] (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:comment-tabpanel&focusedCommentId=17025316#comment-17025316 ]

ASF subversion and git services commented on OFBIZ-11331:
---------------------------------------------------------

Commit c672c3a30453039b8b724ff8d604b244a4dde19f in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c672c3a ]

Fixed: Cannot run ComponentContainerTest on windows
(OFBIZ-11331)

Running ComponentContainerTest on windows fails due to parsing of paths of the
form '/c:/dev/....'
org.apache.ofbiz.base.container.ComponentContainerTest >
testCheckDependencyForComponent FAILED
java.nio.file.InvalidPathException at ComponentContainerTest.java:44

Line 44:
private Path ofbizHome = Paths.get(ComponentContainerTest.class.getResource
("testsdata").getFile()).toAbsolutePath().normalize();

PR created: #8

Thanks: Daniel WatfordNina Simone - My Baby Just Cares For Me.mp3


> 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
>          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)