Author: allee8285
Date: Tue Jul  9 17:47:00 2013
New Revision: 1501404

URL: http://svn.apache.org/r1501404
Log:
Add CLEAR_TABLES to avoid intermittent failures.

Modified:
    
openjpa/branches/2.2.1.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/identity/entityasidentity/TestEntityAsIdentityFields.java

Modified: 
openjpa/branches/2.2.1.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/identity/entityasidentity/TestEntityAsIdentityFields.java
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.2.1.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/identity/entityasidentity/TestEntityAsIdentityFields.java?rev=1501404&r1=1501403&r2=1501404&view=diff
==============================================================================
--- 
openjpa/branches/2.2.1.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/identity/entityasidentity/TestEntityAsIdentityFields.java
 (original)
+++ 
openjpa/branches/2.2.1.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/identity/entityasidentity/TestEntityAsIdentityFields.java
 Tue Jul  9 17:47:00 2013
@@ -28,7 +28,7 @@ import org.apache.openjpa.persistence.te
 
 public class TestEntityAsIdentityFields extends SingleEMFTestCase {    
     public void setUp() {
-        setUp(
+        setUp( CLEAR_TABLES,
                 Account.class, AccountGroup.class, Person.class);
     }
     


Reply via email to