mirror of https://github.com/apache/openjpa.git
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:
parent
53da8cce2c
commit
aa9f10cdc8
|
@ -67,6 +67,7 @@ public abstract class AbstractQueryCacheTest extends SingleEMFTestCase {
|
|||
if (deleteData) {
|
||||
deleteAllData();
|
||||
}
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue