mirror of https://github.com/apache/openjpa.git
OPENJPA_283. Committing Ignacio Andreu's patch.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@555694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3408ef1e0c
commit
4b6b578f2b
|
@ -37,7 +37,7 @@ public class TestLRS
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
setUp(LRSEntity.class, BasicEntity.class);
|
setUp(LRSEntity.class, BasicEntity.class, CLEAR_TABLES);
|
||||||
|
|
||||||
EntityManager em = emf.createEntityManager();
|
EntityManager em = emf.createEntityManager();
|
||||||
em.getTransaction().begin();
|
em.getTransaction().begin();
|
||||||
|
|
Loading…
Reference in New Issue