mirror of https://github.com/apache/openjpa.git
have test close EM
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1027706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
36d157b0ec
commit
0baa453c37
|
@ -106,6 +106,7 @@ public class TestPessimisticLocks extends SQLListenerTestCase {
|
|||
em.persist(e1);
|
||||
em.persist(e2);
|
||||
em.getTransaction().commit();
|
||||
em.close();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue