mirror of https://github.com/apache/openjpa.git
Clear instances before running the tests
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@660536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ad21f614c
commit
8f97a2aea3
|
@ -29,7 +29,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
|||
*/
|
||||
public class TestException extends SingleEMFTestCase {
|
||||
public void setUp() {
|
||||
super.setUp(PObject.class);
|
||||
super.setUp(PObject.class, CLEAR_TABLES);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue