-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: base
-
Labels:None
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
- links to