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:
Donald Woods 2010-10-08 21:31:17 +00:00
parent 8a17669161
commit ab67cdd17d
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ public abstract class SingleEMTestCase
} finally {
em.close();
brc = em.isOpen();
em = null;
}
return !brc;
}