mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
allow tearDown() to cleanup resources
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89fbaf709f
commit
36d157b0ec
@ -58,11 +58,6 @@ public class TestIdentityWithSingleTableStrategy extends SingleEMFTestCase {
|
||||
em.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tearDown() {
|
||||
// problem deleting table in MySQL
|
||||
}
|
||||
|
||||
public void testFindAndNaviagtedEntityIdential() {
|
||||
EntityManager em1 = emf.createEntityManager();
|
||||
RegularUser regularUserFromFind = (RegularUser) em1.find(
|
||||
|
Loading…
x
Reference in New Issue
Block a user