Issue Details (XML | Word | Printable)

Key: JDO-43
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michael Watzek
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

models/fieldtypes tests don't clean the database

Created: 17/May/05 05:56 AM   Updated: 23/Apr/06 02:30 AM
Return to search
Component/s: tck11, tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 02:30 AM


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Watzek added a comment - 14/Jun/05 09:56 PM
The fix is to override method "JDO_Test.addTearDownClass(Class)" in all test classes contained in that package ...models.fieldtypes and add teardown classes there, e.g.

    /**
     * @see JDO_Test#addTearDownClass(Class)
     */
    protected void localSetUp() {
        addTearDownClass(MapStringValueCollections.class);
    }

Michael Watzek added a comment - 16/Jun/05 12:52 AM
Fixed as suggested.

Michael Bouschen added a comment - 23/Apr/06 02:18 AM
Reopened to set the Fix Version/s field to JDO 2 beta.