You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mc...@apache.org on 2005/07/15 01:31:20 UTC

svn commit: r219137 - in /incubator/jdo/trunk/tck20: maven.xml test/conf/alltests.conf

Author: mcaisse
Date: Thu Jul 14 16:31:19 2005
New Revision: 219137

URL: http://svn.apache.org/viewcvs?rev=219137&view=rev
Log:
JDO-91 Remove CompletenessTest from alltests.conf

Modified:
    incubator/jdo/trunk/tck20/maven.xml
    incubator/jdo/trunk/tck20/test/conf/alltests.conf

Modified: incubator/jdo/trunk/tck20/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/maven.xml?rev=219137&r1=219136&r2=219137&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/maven.xml (original)
+++ incubator/jdo/trunk/tck20/maven.xml Thu Jul 14 16:31:19 2005
@@ -37,15 +37,22 @@
         <echo>  enhance.jdori - enhances persistence capable classes with the JDO Reference Implementation enhancer if enhancement is not up to date</echo>
         <echo>  runtck.iut - runs the TCK on the implementation under test</echo>
         <echo>  runtck.jdori - runs the TCK on the JDO Reference Implementation</echo>
+        <echo></echo>
         <echo>Options for this project are:</echo>
-        <echo>  -Djdo.tck.cfglist=xxx - a list of configuration files</echo>
+        <echo>  -Djdo.tck.cfglist=xxx - a list of configuration files (must be in test/conf)</echo>
         <echo>  -Djdo.tck.dblist=xxx - a list of databases</echo>
         <echo>  -Djdo.tck.identitytypes=xxx - a list of identity types (applicationidentity, datastoreidentity)</echo>
+        <echo></echo>
         <echo>Examples:</echo>
         <echo>  maven -Djdo.tck.identitytypes=datastoreidentity installSchema</echo>
         <echo>      Installs the database schema for datastore identity for all supported databases</echo>
         <echo>  maven -Djdo.tck.cfglist="alltests.conf cfg1.conf" runtck.jdori</echo>
         <echo>      Runs the test configurations specified in alltests.conf and cfg1.conf on the JDORI, using all supported identity types and databases. </echo>
+        <echo></echo>
+        <echo>Note:</echo>
+        <echo>  By default, the database schema is NOT installed when the custom goals runtck.iut and runtck.jdori are run.</echo>
+        <echo>  maven build installs the database schema and runs the TCK on the JDO Reference Implementation.</echo>
+        <echo>  Enhancement is always done before running the TCK when the enhanced classes are not up to date.</echo>
     </goal>
 
     <goal name="build">

Modified: incubator/jdo/trunk/tck20/test/conf/alltests.conf
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/conf/alltests.conf?rev=219137&r1=219136&r2=219137&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/conf/alltests.conf (original)
+++ incubator/jdo/trunk/tck20/test/conf/alltests.conf Thu Jul 14 16:31:19 2005
@@ -184,7 +184,6 @@
 org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit \
 org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback \
 org.apache.jdo.tck.lifecycle.nontransactional.ModificationOfNontransactionalInstanceOutsideTransaction \
-org.apache.jdo.tck.mapping.CompletenessTest \
 org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges  \
 org.apache.jdo.tck.models.fieldtypes.TestArrayCollections \
 org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections \