mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
test should call super.tearDown() for cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
226c4731c5
commit
d62d67fcd9
@ -205,5 +205,6 @@ public class TestRelationFieldAsPrimaryKeyAndForeignKey
|
|||||||
|
|
||||||
em.getTransaction().commit();
|
em.getTransaction().commit();
|
||||||
em.close();
|
em.close();
|
||||||
|
super.tearDown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user