Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 79782 invoked from network); 26 Jul 2006 23:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 23:40:38 -0000 Received: (qmail 21708 invoked by uid 500); 26 Jul 2006 23:40:36 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 21684 invoked by uid 500); 26 Jul 2006 23:40:36 -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 21675 invoked by uid 99); 26 Jul 2006 23:40:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 16:40:36 -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, 26 Jul 2006 16:40:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF2B041000A for ; Wed, 26 Jul 2006 23:38:13 +0000 (GMT) Message-ID: <2448191.1153957093911.JavaMail.jira@brutus> Date: Wed, 26 Jul 2006 16:38:13 -0700 (PDT) From: "David Pitfield (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-511) TCK: Node types selected by SetValueValueFormatExceptionTest may lead to incorrect test failure 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 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 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