mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-03 16:29:13 +00:00
reverted e651bd7369 (by hand)
This commit is contained in:
parent
7e34be04db
commit
39b46f2a9a
@ -18,8 +18,6 @@
|
||||
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Tag;
|
||||
import org.junit.jupiter.api.Tags;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
@ -37,9 +35,7 @@
|
||||
}
|
||||
)
|
||||
@ServiceRegistry
|
||||
@SessionFactory@Tags({
|
||||
@Tag("RunnableIdeTest"),
|
||||
})
|
||||
@SessionFactory
|
||||
public class MappedSuperclassInheritanceTest {
|
||||
|
||||
@Test
|
||||
|
@ -21,8 +21,6 @@
|
||||
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Tag;
|
||||
import org.junit.jupiter.api.Tags;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.instanceOf;
|
||||
@ -42,9 +40,6 @@
|
||||
)
|
||||
@ServiceRegistry
|
||||
@SessionFactory
|
||||
@Tags({
|
||||
@Tag("RunnableIdeTest"),
|
||||
})
|
||||
public class TablePerClassInheritanceWithAbstractRootTest {
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user