mirror of https://github.com/apache/openjpa.git
test should call super.tearDown() for cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8813afb4b4
commit
226c4731c5
|
@ -35,9 +35,10 @@ public class TestStringId extends AbstractPersistenceTestCase {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void tearDown() {
|
||||
public void tearDown() throws Exception {
|
||||
closeEMF(_emf);
|
||||
_emf = null;
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private void cleanup() {
|
||||
|
|
Loading…
Reference in New Issue