[ https://issues.apache.org/jira/browse/JOHNZON-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Markus Jung updated JOHNZON-320: -------------------------------- Description: org.apache.johnzon.jsonb.AdapterTest#testSerialize fails on Windows due to seperator being hardcoded to "/" {code}AdapterTest.testSerialize:67 expected:<\{"path":"[/example/]file.txt"}> but was:<\{"path":"[\\example\\]file.txt"}>{code} was: org.apache.johnzon.jsonb.AdapterTest#testSerialize fails on Windows due to seperator being hardcoded to "/" AdapterTest.testSerialize:67 expected:<\{"path":"[/example/]file.txt"}> but was:<\{"path":"[\\example\\]file.txt"}> > Test failure on Windows > ----------------------- > > Key: JOHNZON-320 > URL: https://issues.apache.org/jira/browse/JOHNZON-320 > Project: Johnzon > Issue Type: Bug > Components: JSON-B > Reporter: Markus Jung > Priority: Major > > org.apache.johnzon.jsonb.AdapterTest#testSerialize fails on Windows due to > seperator being hardcoded to "/" > {code}AdapterTest.testSerialize:67 expected:<\{"path":"[/example/]file.txt"}> > but was:<\{"path":"[\\example\\]file.txt"}>{code} > > -- This message was sent by Atlassian Jira (v8.3.4#803005)