mirror of https://github.com/apache/openjpa.git
use DROP_TABLES in IndirectRecursion testcase.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1159901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86df8e8e31
commit
05d3f3051c
|
@ -61,7 +61,7 @@ public class TestIndirectRecursion extends SingleEMFTestCase {
|
|||
};
|
||||
|
||||
public void setUp() {
|
||||
super.setUp(CLEAR_TABLES, State.class, Transition.class);
|
||||
super.setUp(DROP_TABLES, State.class, Transition.class);
|
||||
|
||||
DBDictionary dict = ((JDBCConfiguration) emf.getConfiguration()).getDBDictionaryInstance();
|
||||
if (dict instanceof OracleDictionary) {
|
||||
|
|
Loading…
Reference in New Issue