mirror of https://github.com/apache/openjpa.git
rollback setting em=null on cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1006031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a17669161
commit
ab67cdd17d
|
@ -118,7 +118,6 @@ public abstract class SingleEMTestCase
|
|||
} finally {
|
||||
em.close();
|
||||
brc = em.isOpen();
|
||||
em = null;
|
||||
}
|
||||
return !brc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue