Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
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: https://github.com/apache/ofbiz-framework/pull/8
Attachments
Issue Links
- links to