You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2009/12/31 22:17:29 UTC

[jira] Updated: (AVRO-276) TestGenAvro fails because of charset inconsistencies

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