[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[leshan-dev] [Bug 464043] New: Tests fail on Windows
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464043
Product/Component: Leshan / General
Bug ID: 464043
Summary: Tests fail on Windows
Classification: IoT
Product: Leshan
Version: unspecified
Hardware: PC
OS: Windows 7
Status: NEW
Severity: critical
Priority: P3
Component: General
Assignee: leshan-inbox@xxxxxxxxxxx
Reporter: kai.hudalla@xxxxxxxxxxxx
Created attachment 252195
--> https://bugs.eclipse.org/bugs/attachment.cgi?id=252195&action=edit
surefire test log file
The org.eclipse.leshan.client.util.LinkFormatHelperTest fails when running on
Windows. This seems to be connected to the use of java.nio.file.Paths to parse
resource links which delegates parsing to the platform's default FileSystem
implementation. On Windows, though, the FileSystem uses "\" as a separator
instead of "/" ...
I have attached the Surefire test results for running the test.
--
You are receiving this mail because:
You are watching the assignee of the bug.