mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-12148 - Fix tests
This commit is contained in:
parent
decac7f686
commit
58e6235c6b
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user