only cleanup after all tests are complete due to DB2 performance issues

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1024422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-19 21:25:57 +00:00
parent 0a7e318638
commit de5e7cefe3
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class TestByteArrayAppId extends BaseJDBCTest {
if (TEST_COUNT >= 9) {
closeEMF(_pmf);
_pmf = null;
_init = false;
super.tearDown();
}
}