mirror of https://github.com/apache/openjpa.git
Reset sequencetable for TestTableGenerator
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@558815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a5ed9f701d
commit
19dc613dd0
|
@ -25,7 +25,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
|
||||||
public class TestTableGenerator extends SingleEMFTestCase {
|
public class TestTableGenerator extends SingleEMFTestCase {
|
||||||
|
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
setUp(Dog.class);
|
setUp(Dog.class, CLEAR_TABLES);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testInitialValue() {
|
public void testInitialValue() {
|
||||||
|
|
Loading…
Reference in New Issue