mirror of https://github.com/apache/openjpa.git
OPENJPA-2650: Made a very simple test update to the test created for this JIRA.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1757894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13cdb6fd47
commit
843398ede4
|
@ -27,7 +27,7 @@ import org.apache.openjpa.persistence.test.SQLListenerTestCase;
|
|||
*/
|
||||
public class TestTableGeneratorUseSchemaNameProp extends SQLListenerTestCase {
|
||||
|
||||
public void setup() {
|
||||
public void setUp() {
|
||||
setUp(Dog.class, "openjpa.jdbc.SchemaFactory",
|
||||
"native(ForeignKeys=true)", "openjpa.jdbc.DBDictionary",
|
||||
"useSchemaName=false", DROP_TABLES);
|
||||
|
|
Loading…
Reference in New Issue