[
https://issues.apache.org/jira/browse/AVRO-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated AVRO-1581:
-------------------------------
Resolution: Duplicate
Fix Version/s: 1.9.0
Status: Resolved (was: Patch Available)
> TestIdl unit test error on Windows
> ----------------------------------
>
> Key: AVRO-1581
> URL: https://issues.apache.org/jira/browse/AVRO-1581
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.8
> Environment: windows
> Reporter: Zoltan Farkas
> Assignee: Radai Rosenblatt
> Priority: Minor
> Fix For: 1.9.0
>
> 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
(v7.6.3#76005)