From dev-return-14515-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Oct 04 10:50:44 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 5183 invoked from network); 4 Oct 2007 10:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 10:50:43 -0000 Received: (qmail 54319 invoked by uid 500); 4 Oct 2007 10:50:32 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 54005 invoked by uid 500); 4 Oct 2007 10:50:31 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 53996 invoked by uid 99); 4 Oct 2007 10:50:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 03:50:31 -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; Thu, 04 Oct 2007 10:50:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A71B714233 for ; Thu, 4 Oct 2007 03:49:51 -0700 (PDT) Message-ID: <31038918.1191494991630.JavaMail.jira@brutus> Date: Thu, 4 Oct 2007 03:49:51 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1160) JCR2SPI: test regression for WorkspaceMoveReferenceableTest.testMoveNodesReferenceableNodesNewUUID In-Reply-To: <21172555.1191446630595.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/JCR-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1160. ------------------------- Resolution: Fixed > JCR2SPI: test regression for WorkspaceMoveReferenceableTest.testMoveNodesReferenceableNodesNewUUID > -------------------------------------------------------------------------------------------------- > > Key: JCR-1160 > URL: https://issues.apache.org/jira/browse/JCR-1160 > Project: Jackrabbit > Issue Type: Bug > Components: SPI > Reporter: Julian Reschke > Assignee: angela > > The latest changes (up to 581637) seems to have broken TCK tests: > ------------------------------------------------------------------------------- > Test set: org.apache.jackrabbit.test.TestAll > ------------------------------------------------------------------------------- > Tests run: 1037, Failures: 6, Errors: 2, Skipped: 0, Time elapsed: 102.644 sec <<< FAILURE! > testMoveNodesReferenceableNodesNewUUID(org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest) Time elapsed: 0.03 sec <<< ERROR! > javax.jcr.InvalidItemStateException: Item 'org.apache.jackrabbit.jcr2spi.NodeImpl@13ef9df' doesn't exist anymore > at org.apache.jackrabbit.jcr2spi.ItemImpl.checkStatus(ItemImpl.java:428) > at org.apache.jackrabbit.jcr2spi.NodeImpl.getName(NodeImpl.java:120) > at org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest.testMoveNodesReferenceableNodesNewUUID(WorkspaceMoveReferenceableTest.java:57) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.