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:
Albert Lee 2013-07-09 17:46:58 +00:00
parent a30d93f5c8
commit 8eb9ff9ce8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
public class TestEntityAsIdentityFields extends SingleEMFTestCase {
public void setUp() {
setUp(
setUp( CLEAR_TABLES,
Account.class, AccountGroup.class, Person.class);
}