Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 56632 invoked from network); 17 Mar 2006 02:58:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Mar 2006 02:58:41 -0000 Received: (qmail 62097 invoked by uid 500); 17 Mar 2006 02:58:41 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 62086 invoked by uid 99); 17 Mar 2006 02:58:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 18:58:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 18:58:40 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8F06E6ACA9 for ; Fri, 17 Mar 2006 02:58:19 +0000 (GMT) Message-ID: <907167724.1142564299576.JavaMail.jira@ajax> Date: Fri, 17 Mar 2006 02:58:19 +0000 (GMT) From: "Martin Zaun (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-299) Signature test needed checking compliance of implementations with JDO2.0 API In-Reply-To: <1134851442.1139583836028.JavaMail.jira@ajax.apache.org> 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/JDO-299?page=comments#action_12370774 ] Martin Zaun commented on JDO-299: --------------------------------- I noticed that the SignatureTest does not get run as part of the maven runtck.jdori goal. So, I've added "signatures.conf" to the 'jdo.tck.cfglist' property in src/conf/configurations.list. An unresolved, remaining nuisance is that the test get's run twice (app/datastore identity), but we don't know of any solution to this. Unless there are any objections, I'm committing the following patch tomorrow. Martin $ svn diff src/conf/configurations.list Index: src/conf/configurations.list =================================================================== --- src/conf/configurations.list (revision 386483) +++ src/conf/configurations.list (working copy) @@ -26,4 +26,5 @@ inheritance4.conf \ schemaAttributeClass.conf \ schemaAttributeOrm.conf \ - schemaAttributePackage.conf + schemaAttributePackage.conf \ + signatures.conf > Signature test needed checking compliance of implementations with JDO2.0 API > ---------------------------------------------------------------------------- > > Key: JDO-299 > URL: http://issues.apache.org/jira/browse/JDO-299 > Project: JDO > Type: Task > Components: tck20 > Reporter: Martin Zaun > Assignee: Martin Zaun > Priority: Minor > Fix For: JDO 2 final > Attachments: JUnitSignatureTest.java, SignatureTest.java, api20_defs.txt, signature_test_final_review.zip, sigtest.patch > -- 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