The TCK was organized so that different mappings could be used for different datastores, and the name was selected by specifying the Mapping property in the pmf properties. But the only thing in the mapping files currently is standard JDO. Hence, we no longer need to have any datastore-specific orm files, and should just use the name Mapping=standard in the properties file, and not use the datastore name.
Description
The TCK was organized so that different mappings could be used for different datastores, and the name was selected by specifying the Mapping property in the pmf properties. But the only thing in the mapping files currently is standard JDO. Hence, we no longer need to have any datastore-specific orm files, and should just use the name Mapping=standard in the properties file, and not use the datastore name.
Michelle Caisse added a comment - 06/Feb/06 01:03 PM The attached patch shows the deleted files, but not the added files named *-standard*.orm, which are in my workspace.