reverted e651bd7369 (by hand)

This commit is contained in:
Steve Ebersole 2019-11-08 07:02:12 -06:00
parent 7e34be04db
commit 39b46f2a9a
2 changed files with 1 additions and 10 deletions

View File

@ -18,8 +18,6 @@ import org.hibernate.testing.orm.junit.SessionFactory;
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 @@ import static org.hamcrest.MatcherAssert.assertThat;
}
)
@ServiceRegistry
@SessionFactory@Tags({
@Tag("RunnableIdeTest"),
})
@SessionFactory
public class MappedSuperclassInheritanceTest {
@Test

View File

@ -21,8 +21,6 @@ import org.hibernate.testing.orm.junit.SessionFactory;
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 @@ import static org.hamcrest.MatcherAssert.assertThat;
)
@ServiceRegistry
@SessionFactory
@Tags({
@Tag("RunnableIdeTest"),
})
public class TablePerClassInheritanceWithAbstractRootTest {
@Test