HHH-12148 - Fix tests

This commit is contained in:
Andrea Boriero 2017-12-14 14:36:08 +00:00
parent decac7f686
commit 58e6235c6b
2 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@
import org.hibernate.tool.schema.TargetType;
import org.hibernate.testing.RequiresDialect;
import org.hibernate.testing.junit4.BaseUnitTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@ -40,7 +41,7 @@
* @author Andrea Boriero
*/
@RequiresDialect(H2Dialect.class)
public class SequenceGenerationTest {
public class SequenceGenerationTest extends BaseUnitTestCase {
private StandardServiceRegistry ssr;
private File output;
private MetadataImplementor metadata;

View File

@ -29,6 +29,7 @@
import org.hibernate.tool.schema.TargetType;
import org.hibernate.testing.RequiresDialect;
import org.hibernate.testing.junit4.BaseUnitTestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@ -39,7 +40,7 @@
* @author Andrea Boriero
*/
@RequiresDialect(H2Dialect.class)
public class TableGeneratorTest {
public class TableGeneratorTest extends BaseUnitTestCase {
private StandardServiceRegistry ssr;
private File output;