Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAFF59F19 for ; Wed, 30 May 2012 20:48:24 +0000 (UTC) Received: (qmail 38678 invoked by uid 500); 30 May 2012 20:48:24 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38567 invoked by uid 500); 30 May 2012 20:48:24 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38381 invoked by uid 99); 30 May 2012 20:48:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 20:48:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 52FEC142857 for ; Wed, 30 May 2012 20:48:24 +0000 (UTC) Date: Wed, 30 May 2012 20:48:24 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <362513743.18323.1338410904344.JavaMail.jiratomcat@issues-vm> In-Reply-To: <647941805.18231.1338410423554.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (LUCENE-4094) Randomize file.encoding MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286028#comment-13286028 ] Robert Muir commented on LUCENE-4094: ------------------------------------- This would be really nice. The limitation before, if i remember right, was in ant-junit, because by changing the default charset of the forked jvm, it would also change the encoding of the output from the test runner: this caused it to go crazy. It would be nice if junit4 could somehow separate these two concerns: if this could somehow work, imagine how tests running with a default charset like UTF-16LE would actually fail when they rely upon the system charset and shouldnt, even if they use all ascii in their tests like they usually do. > 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org