[ https://issues.apache.org/jira/browse/AVRO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Philip Zeyliger updated AVRO-276: --------------------------------- Attachment: AVRO-276.patch.txt This is essentially a one-liner, replacing FileReader(...) with InputStreamReader(InputStream(..., utf-8)). I'd also like to sneak in a change to AllTests.launch, which allows this test to run in Eclipse (it introduced a dependency on a new System variable). > TestGenAvro fails because of charset inconsistencies > ---------------------------------------------------- > > Key: AVRO-276 > URL: https://issues.apache.org/jira/browse/AVRO-276 > Project: Avro > Issue Type: Bug > Components: java > Reporter: Philip Zeyliger > Assignee: Philip Zeyliger > Priority: Minor > Attachments: AVRO-276.patch.txt > > > On the Mac, I get a failure with TestGenAvro. I traced it down to not > explicitly setting the string encoding when reading the expected input. > Patch to follow shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.