|
The tck20 build process must be able to create and drop the db schema for each set of tests that runs on that schema. Each identity type has an associated db schema that it must run against. This requires a loop feature in the build as well as the ability to invoke a schema create and schema drop script with user-selected options, arguments, and properties.
|