mirror of https://github.com/apache/openjpa.git
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:
parent
b2a38dfadf
commit
8ee5186f9f
|
@ -120,8 +120,8 @@ public class TestCollectionTracking extends SingleEMFTestCase {
|
||||||
em1.close();
|
em1.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void tearDown() throws Exception {
|
// public void tearDown() throws Exception {
|
||||||
// avoids super class to delete all records
|
// avoids super class to delete all records
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue