mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 09:35:40 +00:00
OPENJPA-1116: try DROP_TABLES
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@818909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6af0f35e2
commit
eb8abb81fc
@ -33,7 +33,7 @@ public class TestStrategyAnnotaion extends SingleEMFTestCase {
|
||||
|
||||
@Override
|
||||
public void setUp() {
|
||||
super.setUp(Person.class, Address.class, CLEAR_TABLES);
|
||||
super.setUp(DROP_TABLES, Person.class, Address.class);
|
||||
}
|
||||
|
||||
public void testStrategy() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user