Skip to content

Commit bd7cb73

Browse files
committed
HHH-19846 - Drop JUnit 4 usage
Not converted... * org.hibernate.orm.test.hql.PostgreSQLFunctionSelectClauseTest - registering custom function * org.hibernate.orm.test.hql.PostgreSQLFunctionWhereClauseTest - aux-db-object * org.hibernate.orm.test.id.usertype - type registrations * org.hibernate.orm.test.idgen.enhanced.HiloOptimizerConcurrencyTest - recreation of SF during tests * org.hibernate.orm.test.type.AbstractJavaTimeTypeTest subtypes - crazy parameterization (see org.hibernate.orm.test.tm.InterceptorTransactionTest) * org.hibernate.orm.test.cdi.general.hibernatesearch.extended.HibernateSearchExtendedCdiSupportTest - not sure yet, all the other tests here pass with conversion - shelved for now
1 parent 7dd4032 commit bd7cb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/hql/BulkManipulationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ public void testInsertWithMismatchedTypes(SessionFactoryScope factoryScope) {
432432
@SkipForDialect(dialectClass = CockroachDialect.class,
433433
reason = "https://github.com/cockroachdb/cockroach/issues/75101")
434434
@SkipForDialect(dialectClass = AbstractTransactSQLDialect.class,
435+
matchSubTypes = true,
435436
reason = "T-SQL complains IDENTITY_INSERT is off when a value for an identity column is provided")
436437
@RequiresDialectFeature(feature = DialectFeatureChecks.SupportsTemporaryTableIdentity.class,
437438
comment = "The use of the native generator leads to using identity which also needs to be supported on temporary tables")

0 commit comments

Comments
 (0)