You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/09/25 18:23:32 UTC

svn commit: r818909 - /openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java

Author: dwoods
Date: Fri Sep 25 16:23:31 2009
New Revision: 818909

URL: http://svn.apache.org/viewvc?rev=818909&view=rev
Log:
OPENJPA-1116: try DROP_TABLES

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java

Modified: openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java?rev=818909&r1=818908&r2=818909&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jdbc/strategy/TestStrategyAnnotaion.java Fri Sep 25 16:23:31 2009
@@ -33,7 +33,7 @@
 
     @Override
     public void setUp() {
-        super.setUp(Person.class, Address.class, CLEAR_TABLES);
+        super.setUp(DROP_TABLES, Person.class, Address.class);
     }
 
     public void testStrategy() {