mirror of https://github.com/apache/openjpa.git
Add CLEAR_TABLES to avoid intermittent failures.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1501403 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a30d93f5c8
commit
8eb9ff9ce8
|
@ -28,7 +28,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||||
|
|
||||||
public class TestEntityAsIdentityFields extends SingleEMFTestCase {
|
public class TestEntityAsIdentityFields extends SingleEMFTestCase {
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
setUp(
|
setUp( CLEAR_TABLES,
|
||||||
Account.class, AccountGroup.class, Person.class);
|
Account.class, AccountGroup.class, Person.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue