have test call super.tearDown() for cleanup

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-26 17:26:26 +00:00
parent 53da8cce2c
commit aa9f10cdc8
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public abstract class AbstractQueryCacheTest extends SingleEMFTestCase {
if (deleteData) {
deleteAllData();
}
super.tearDown();
}
/**