Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 65565 invoked from network); 2 Aug 2006 16:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 16:17:50 -0000 Received: (qmail 39322 invoked by uid 500); 2 Aug 2006 16:17:48 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 39293 invoked by uid 500); 2 Aug 2006 16:17:48 -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 39283 invoked by uid 99); 2 Aug 2006 16:17:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 09:17:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 09:17:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9567410022 for ; Wed, 2 Aug 2006 16:15:14 +0000 (GMT) Message-ID: <32696223.1154535314756.JavaMail.jira@brutus> Date: Wed, 2 Aug 2006 09:15:14 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-511) TCK: Node types selected by SetValueValueFormatExceptionTest may lead to incorrect test failure In-Reply-To: <2448191.1153957093911.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-511?page=all ] Marcel Reutegger resolved JCR-511. ---------------------------------- Fix Version/s: 1.1 Resolution: Fixed I re-wrote major parts of the test cases in SetValueValueFormatExceptionTest. All test cases are now configurable wrt node types and property names that should be used for the test. Fixed in svn revision: 428041 Thank you for reporting this issue. > TCK: Node types selected by SetValueValueFormatExceptionTest may lead to incorrect test failure > ----------------------------------------------------------------------------------------------- > > Key: JCR-511 > URL: http://issues.apache.org/jira/browse/JCR-511 > Project: Jackrabbit > Issue Type: Bug > Components: test > Reporter: David Pitfield > Fix For: 1.1 > > > During setup, the test selects two node types, one with a BOOLEAN property and one with a DATE property, and creates nodes of these types as children of the target node. Having the TCK select these node types creates two problems: First, JSR-170 does not require an implementation to provide deterministic, stable ordering of node types returned by NodeTypeManager. Consequently, the node types selected during test setup may vary from run to run, making test configuration difficult or impossible. Second, if a repository imposes implementation-specific type constraints not discoverable through JSR-170, the TCK may select a node type inappropriate as a child of the test node. > Proposal: introduce configuration properties which, if set, override the property definition and node type selected by NodeTypeUtil. -- 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