Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.
The following page has been changed by MichelleCaisse:
http://wiki.apache.org/jdo/TestRunner
------------------------------------------------------------------------------
== Command Line Options ==
- -Dcfg=<configuration file list>
+ -Djdo.tck.cfglist=<configuration file list>
Overrides test/conf/configuration.list by supplying one or more space-separated
test configuration files
- -Ddatabase=<database list>
+ -Djdo.tck.dblist=<database list>
- Overrides test/conf/db.list by supplying one or more space-separated database names
+ Overrides the property value in project.properties by supplying one or more space-separated
database names
- -Didentity=<identity type list>
+ -Djdo.tck.identitytypes=<identity type list>
+ Overrides the property value in project.properties by supplying one or more space-separated
identity types (applicationidentity or datastoreidentity) to use for this run.
- Overrides the project.properties by supplying one or more space-separated identity
types (applicationidentity or datastoreidentity) to use for this run. Without this option,
running the runtck goal will run both if the implementation supports both.
- -DinstallSchema=<true | false>
- Defaults to false. Set to true to force schema installation before running tests.
== Databases ==
|