Add CLEAR_TABLES to avoid intermittent failures.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1501402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2013-07-09 17:46:56 +00:00
parent 0aa6a75c5a
commit 8d3fd54e29
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);
}