You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/01/28 11:16:24 UTC

[jira] [Updated] (AVRO-1581) TestIdl unit test error on Windows

     [ https://issues.apache.org/jira/browse/AVRO-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated AVRO-1581:
------------------------------
    Assignee: Radai Rosenblatt

> TestIdl unit test error on Windows
> ----------------------------------
>
>                 Key: AVRO-1581
>                 URL: https://issues.apache.org/jira/browse/AVRO-1581
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.8
>         Environment: windows
>            Reporter: Zoltan Farkas
>            Assignee: Radai Rosenblatt
>            Priority: Minor
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> in testIdl.java line 155:
>       assertEquals(slurped.trim(), output.replace("\r", "").trim());
> needs to be changed to;
>       assertEquals(slurped.trim(), output.replace("\\r", "").trim());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)