Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29629 invoked from network); 9 Jul 2008 19:41:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 19:41:53 -0000 Received: (qmail 43964 invoked by uid 500); 9 Jul 2008 19:41:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43745 invoked by uid 500); 9 Jul 2008 19:41:53 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 43734 invoked by uid 99); 9 Jul 2008 19:41:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 12:41:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 19:41:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED6FF234C15C for ; Wed, 9 Jul 2008 12:41:31 -0700 (PDT) Message-ID: <1722609541.1215632491971.JavaMail.jira@brutus> Date: Wed, 9 Jul 2008 12:41:31 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3771) testClasspathChecker under SysinfoCPCheckTest failed on Zos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org testClasspathChecker under SysinfoCPCheckTest failed on Zos ------------------------------------------------------------ Key: DERBY-3771 URL: https://issues.apache.org/jira/browse/DERBY-3771 Project: Derby Issue Type: Bug Components: Test Reporter: Kathey Marsden Priority: Minor estClassPathChecker(org.apache.derbyTesting.functionTests.tests .tools.SysinfoCPCheckTest)junit.framework.ComparisonFailure: expected: but was: at org.apache.derbyTesting.functionTests.tests.tools.SysinfoCPCheck Test.testClassPathChecker(SysinfoCPCheckTest.java:162) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor Impl.java:59) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod AccessorImpl.java:39) at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase. java:101) I was able to reproduce this on windows with the sun 1.5 or 1.6 jvm by running with -Dfile.encoding="UTF-16" At first glance, I think this might be a test issue. The test sets final String outputEncoding = "US-ASCII"; and then PrintStream testOut = new PrintStream(rawBytes, false, outputEncoding); setSystemOut(testOut); I'm not sure, but I think it should use the default encoding in this case instead of changing it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.