Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 32511 invoked from network); 26 Jul 2005 13:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 13:58:54 -0000 Received: (qmail 68359 invoked by uid 500); 26 Jul 2005 13:58:36 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 68177 invoked by uid 99); 26 Jul 2005 13:58:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 06:58:21 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 1B73AE0 for ; Tue, 26 Jul 2005 15:58:18 +0200 (CEST) Message-ID: <102010508.1122386298111.JavaMail.jira@ajax.apache.org> Date: Tue, 26 Jul 2005 15:58:18 +0200 (CEST) From: "Stefan Guggisberg (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Created: (JCR-173) jUnit test-cases: success of some DocumentViewImportTest tests depends on Xerxes version being used Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N jUnit test-cases: success of some DocumentViewImportTest tests depends on Xerxes version being used --------------------------------------------------------------------------------------------------- Key: JCR-173 URL: http://issues.apache.org/jira/browse/JCR-173 Project: Jackrabbit Type: Bug Components: TCK Versions: 1.0 Environment: svn r225153 Reporter: Stefan Guggisberg Fix For: 1.0 if e.g. xerxes v. 2.4.0 is used instead of v. 2.6.2 as specified in project.xml certain tests in DocumentViewImportTest fail. e.g. Testcase: testWorkspaceImportXml(org.apache.jackrabbit.test.api.DocumentViewImportTest): FAILED Xml text is not correctly stored. expected:<......> but was:<... ...> junit.framework.ComparisonFailure: Xml text is not correctly stored. expected:<......> but was:<... ...> at org.apache.jackrabbit.test.api.DocumentViewImportTest.checkXmlTextNode(DocumentViewImportTest.java:240) at org.apache.jackrabbit.test.api.DocumentViewImportTest.checkImportSimpleXMLTree(DocumentViewImportTest.java:174) at org.apache.jackrabbit.test.api.DocumentViewImportTest.performTests(DocumentViewImportTest.java:143) at org.apache.jackrabbit.test.api.DocumentViewImportTest.doTestImportXML(DocumentViewImportTest.java:115) at org.apache.jackrabbit.test.api.DocumentViewImportTest.testWorkspaceImportXml(DocumentViewImportTest.java:73) 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.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:401) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira