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:
Michael Dick 2007-07-23 18:03:04 +00:00
parent a5ed9f701d
commit 19dc613dd0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.apache.openjpa.persistence.test.SingleEMFTestCase;
public class TestTableGenerator extends SingleEMFTestCase {
public void setUp() {
setUp(Dog.class);
setUp(Dog.class, CLEAR_TABLES);
}
public void testInitialValue() {