make sure tests cleanup EMs and EMFs

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1005846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-10-08 14:35:05 +00:00
parent b2a38dfadf
commit 8ee5186f9f
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ public class TestCollectionTracking extends SingleEMFTestCase {
em1.close();
}
public void tearDown() throws Exception {
// public void tearDown() throws Exception {
// avoids super class to delete all records
}
// }
}