|
PersistenceManagerTest cleans up the mylib classes from the datastore at the completion of a test run, but it does not clean up the company classes. Several tests in persistencemanager persist objects in company, and these are left behind in the datastore after test execution. Fix is to add a method to PersistenceManagerTest to clean up company, and invoke this method from tearDown().
|