[
https://issues.apache.org/jira/browse/LUCENE-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406902#comment-13406902
]
Dawid Weiss commented on LUCENE-4094:
-------------------------------------
Follow-up discussion wrt overriding file.encoding:
http://markmail.org/message/q4eeac7q6fjalbtd
> 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
> Assignee: 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]