Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 78858 invoked from network); 1 Oct 2009 13:47:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 13:47:47 -0000 Received: (qmail 90735 invoked by uid 500); 1 Oct 2009 13:47:47 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 90668 invoked by uid 500); 1 Oct 2009 13:47:47 -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 90659 invoked by uid 99); 1 Oct 2009 13:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 13:47:47 +0000 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; Thu, 01 Oct 2009 13:47:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D89E234C004 for ; Thu, 1 Oct 2009 06:47:23 -0700 (PDT) Message-ID: <303987058.1254404843564.JavaMail.jira@brutus> Date: Thu, 1 Oct 2009 06:47:23 -0700 (PDT) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2337) TCK: NodeMixinUtil should exclude for mix:shareable In-Reply-To: <1687799639.1254404003867.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2337?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael D=C3=BCrig resolved JCR-2337. -------------------------------- Resolution: Fixed Fixed in revision: 820655 =20 > TCK: NodeMixinUtil should exclude for mix:shareable > --------------------------------------------------- > > Key: JCR-2337 > URL: https://issues.apache.org/jira/browse/JCR-2337 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-jcr-tests, JCR 2.0, test > Reporter: angela > Assignee: Michael D=C3=BCrig > Fix For: 2.0.0 > > > The mixin test NodeRemoveMixinTest#testRemoveSuccessfully tries to remove= a mixin: > what it does: retrieve an addable mixin (NodeTypeUtil#getAddableMixinName= ), adds it and tries to remove it later on. > the addable mixins are retrieve from the complete set of mixin, testing n= ode.canAddMixin. > However: with jackrabbit-core "mix:shareable" can be added but not remove= d. > if the test by chance gets exactly that mixin the test fails with excepti= on (there is an explicit check the core for exactly that case). > the tck should exclude that special case, shouldn't it? > ((michael found the issue))=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.