Skip to content

Commit e0be515

Browse files
committed
HHH-19846 Drop JUnit 4 usage
1 parent 652896f commit e0be515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
db=h2
1+
db=mysql_ci
22

33
# Keep all these properties in sync unless you know what you are doing!
44
# We set '-Dlog4j2.disableJmx=true' to prevent classloader leaks triggered by the logger.

hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/InlineMutationStrategyIdTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
settingProviders = {
1717
@SettingProvider(
1818
settingName = AvailableSettings.QUERY_MULTI_TABLE_MUTATION_STRATEGY,
19-
provider = GlobalTemporaryTableMutationStrategyIdTest.QueryMultyTableMutationStrategyProvider.class
19+
provider = InlineMutationStrategyIdTest.QueryMultyTableMutationStrategyProvider.class
2020
)
2121
}
2222
)

0 commit comments

Comments
 (0)