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:
Heath Thomann 2016-08-26 17:09:54 +00:00
parent 13cdb6fd47
commit 843398ede4
1 changed files with 1 additions and 1 deletions

View File

@ -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);