Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 71917 invoked from network); 1 Nov 2007 16:06:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 16:06:55 -0000 Received: (qmail 8140 invoked by uid 500); 1 Nov 2007 15:42:08 -0000 Mailing-List: contact jdo-commits-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-commits@db.apache.org Received: (qmail 8128 invoked by uid 99); 1 Nov 2007 15:42:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 08:42:08 -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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 15:42:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5287A1A9838; Thu, 1 Nov 2007 08:42:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r591057 - in /db/jdo/trunk/tck2/src/conf: companyAnnotatedAllRelationshipsJPAConcrete.conf companyAnnotatedAllRelationshipsJPAPM.conf companyAnnotatedEmbeddedJPAConcrete.conf companyAnnotatedEmbeddedJPAPM.conf Date: Thu, 01 Nov 2007 15:41:59 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071101154200.5287A1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andyj Date: Thu Nov 1 08:41:59 2007 New Revision: 591057 URL: http://svn.apache.org/viewvc?rev=591057&view=rev Log: JDO-539 Run JPA tests only on application identity Modified: db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAConcrete.conf db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAPM.conf db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAConcrete.conf db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAPM.conf Modified: db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAConcrete.conf URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAConcrete.conf?rev=591057&r1=591056&r2=591057&view=diff ============================================================================== --- db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAConcrete.conf (original) +++ db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAConcrete.conf Thu Nov 1 08:41:59 2007 @@ -15,7 +15,7 @@ jdo.tck.description = Completeness test with standard mapping, basic testdata with M-M relationships, annotations. jdo.tck.mapping.companyfactory = org.apache.jdo.tck.pc.companyAnnotatedJPA.CompanyFactoryAnnotatedJPAAppConcrete -jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTest +jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTestJPA jdo.tck.testdata = org/apache/jdo/tck/pc/company/companyAllRelationships.xml jdo.tck.mapping = 0 jdo.tck.requiredOptions = Modified: db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAPM.conf URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAPM.conf?rev=591057&r1=591056&r2=591057&view=diff ============================================================================== --- db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAPM.conf (original) +++ db/jdo/trunk/tck2/src/conf/companyAnnotatedAllRelationshipsJPAPM.conf Thu Nov 1 08:41:59 2007 @@ -16,7 +16,7 @@ jdo.tck.description = Completeness test with standard mapping, basic testdata with all relationships \ and embedded objects, annotations. jdo.tck.mapping.companyfactory = org.apache.jdo.tck.pc.companyAnnotatedJPA.CompanyFactoryAnnotatedJPAAppPM -jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTest +jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTestJPA jdo.tck.testdata = org/apache/jdo/tck/pc/company/companyAllRelationships.xml jdo.tck.mapping = 0 jdo.tck.requiredOptions = Modified: db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAConcrete.conf URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAConcrete.conf?rev=591057&r1=591056&r2=591057&view=diff ============================================================================== --- db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAConcrete.conf (original) +++ db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAConcrete.conf Thu Nov 1 08:41:59 2007 @@ -15,7 +15,7 @@ jdo.tck.description = Completeness test with standard mapping, basic testdata with no relationships. jdo.tck.mapping.companyfactory = org.apache.jdo.tck.pc.companyAnnotatedJPA.CompanyFactoryAnnotatedJPAAppConcrete -jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTest +jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTestJPA jdo.tck.testdata = org/apache/jdo/tck/pc/company/companyEmbedded.xml jdo.tck.mapping = 0 jdo.tck.requiredOptions = Modified: db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAPM.conf URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAPM.conf?rev=591057&r1=591056&r2=591057&view=diff ============================================================================== --- db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAPM.conf (original) +++ db/jdo/trunk/tck2/src/conf/companyAnnotatedEmbeddedJPAPM.conf Thu Nov 1 08:41:59 2007 @@ -16,7 +16,7 @@ jdo.tck.description = Completeness test with standard mapping, basic testdata with all relationships \ and embedded objects, annotations. jdo.tck.mapping.companyfactory = org.apache.jdo.tck.pc.companyAnnotatedJPA.CompanyFactoryAnnotatedJPAAppPM -jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTest +jdo.tck.classes = org.apache.jdo.tck.mapping.CompletenessTestJPA jdo.tck.testdata = org/apache/jdo/tck/pc/company/companyEmbedded.xml jdo.tck.mapping = 0 jdo.tck.requiredOptions =