Migrate remaining JUnit 4 tests to JUnit Jupiter where feasible

In 49e5c84928 I unfortunately overlooked
several JUnit 4 based tests in the `junit4` package that should be
migrated to JUnit Jupiter.

This commit address those remaining test classes.

See gh-23451
See gh-34794
Closes gh-34813
This commit is contained in:
Sam Brannen
2025-04-25 18:40:27 +02:00
parent c48ff357dc
commit 176b0b09bf
59 changed files with 534 additions and 617 deletions

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
<import resource="transactionalTests-context.xml" />
<import resource="classpath:/org/springframework/test/context/transaction/transactionalTests-context.xml" />
<jdbc:initialize-database data-source="dataSource" >
<jdbc:script location="classpath:/org/springframework/test/jdbc/data.sql"/>