[ 
https://issues.apache.org/jira/browse/LUCENE-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286036#comment-13286036
 ] 

Dawid Weiss commented on LUCENE-4094:
-------------------------------------

junit4 is already default encoding independent (it uses its own communication 
channel). I haven't tested this intensively though so I'll give it a shot 
locally first and them if everything works well, switch the testing framework 
to randomize file.encoding.

                
> Randomize file.encoding
> -----------------------
>
>                 Key: LUCENE-4094
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4094
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: general/test
>            Reporter: Dawid Weiss
>            Priority: Trivial
>
> Stated in the code:
> {code}
>     // TODO we can't randomize this yet (it drives ant crazy) but this makes 
> tests reproduce
>     // in case machines have different default charsets...
>     sb.append(" -Dargs=\"-Dfile.encoding=" + 
> System.getProperty("file.encoding") + "\"");
> {code}
> But this should work without any problems with junit4 because communication 
> streams are separate and we're decoding output properly (or so I hope). 
> Try and see what happens :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to