Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 70915 invoked from network); 27 Aug 2007 09:21:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 09:21:55 -0000 Received: (qmail 80010 invoked by uid 500); 27 Aug 2007 09:21:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 79949 invoked by uid 500); 27 Aug 2007 09:21:50 -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 79921 invoked by uid 99); 27 Aug 2007 09:21:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 02:21:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 09:22:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8C96714209 for ; Mon, 27 Aug 2007 02:21:30 -0700 (PDT) Message-ID: <16496258.1188206490802.JavaMail.jira@brutus> Date: Mon, 27 Aug 2007 02:21:30 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3027) CollationTest fails with "Unexpected row count: expected:<0> but was:<1>" when Xalan 2.7 jars are in classpath In-Reply-To: <6864922.1187939443359.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3027. ------------------------------------- Resolution: Fixed Fix Version/s: 10.4.0.0 10.3.1.5 Thanks Mamta! I have verified that your commits fix the problem. Closing the issue. > CollationTest fails with "Unexpected row count: expected:<0> but was:<1>" when Xalan 2.7 jars are in classpath > -------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3027 > URL: https://issues.apache.org/jira/browse/DERBY-3027 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure, Test > Affects Versions: 10.3.1.5, 10.4.0.0 > Environment: Solaris 10, Sun Java SE 5.0, Sun Java SE 6, Xalan 2.7.0, Derby trunk #569146 > Reporter: Knut Anders Hatlen > Assignee: Mamta A. Satoor > Fix For: 10.3.1.5, 10.4.0.0 > > > When I have the Xalan jars in the classpath, testEnglishCollation(), testNorwayCollation() and testPolishCollation() fail with this stack trace: > 1) testEnglishCollation(org.apache.derbyTesting.functionTests.tests.lang.CollationTest)junit.framework.AssertionFailedError: Unexpected row count: expected:<0> but was:<1> > at org.apache.derbyTesting.junit.JDBC.assertDrainResults(JDBC.java:540) > at org.apache.derbyTesting.junit.JDBC.assertEmpty(JDBC.java:468) > at org.apache.derbyTesting.functionTests.tests.lang.CollationTest.checkLangBasedQuery(CollationTest.java:1129) > at org.apache.derbyTesting.functionTests.tests.lang.CollationTest.commonTestingForTerritoryBasedDB(CollationTest.java:1056) > at org.apache.derbyTesting.functionTests.tests.lang.CollationTest.testEnglishCollation(CollationTest.java:512) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:95) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > If I remove the Xalan jars from the classpath, the test runs cleanly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.