From dev-return-13888-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Sep 04 13:15:09 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 27348 invoked from network); 4 Sep 2007 13:15:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 13:15:07 -0000 Received: (qmail 73892 invoked by uid 500); 4 Sep 2007 13:15:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 73746 invoked by uid 500); 4 Sep 2007 13:15:00 -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 73714 invoked by uid 99); 4 Sep 2007 13:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 06:15:00 -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; Tue, 04 Sep 2007 13:15:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3808F714209 for ; Tue, 4 Sep 2007 06:14:45 -0700 (PDT) Message-ID: <2062783.1188911685224.JavaMail.jira@brutus> Date: Tue, 4 Sep 2007 06:14:45 -0700 (PDT) From: "Julian Reschke (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1110) GetReferencesNodeTest test assumptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org GetReferencesNodeTest test assumptions -------------------------------------- Key: JCR-1110 URL: https://issues.apache.org/jira/browse/JCR-1110 Project: Jackrabbit Issue Type: Bug Components: JCR TCK Reporter: Julian Reschke Priority: Minor Bad test assumptions in GetReferencesNodeTest: 1) In setUp(): there is a primary node type including mixin:versionable. Proposed fix: just create the node, try to add mixin:versionable, check the node type after save. 2) The repository supports non-protected reference properties. Proposed fix: check with AbstractJCRTest's ensureCanSetProperty method, and let NotExecutableException be thrown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.