Dawid Weiss created LUCENE-4094:
-----------------------------------
Summary: 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]