You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Markus Jung (Jira)" <ji...@apache.org> on 2020/07/25 10:06:00 UTC

[jira] [Updated] (JOHNZON-320) Test failure on Windows

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