File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
hibernate-core/src/test/java/org/hibernate/dialect Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 44 */
55package org .hibernate .dialect ;
66
7- import static org .junit .Assert .assertEquals ;
7+ import static org .junit .jupiter . api . Assertions .assertEquals ;
88
99import java .util .Map ;
1010
1111import org .hibernate .engine .jdbc .dialect .spi .DialectResolutionInfo ;
1212
13- import org .hibernate .testing .RequiresDialect ;
13+ import org .hibernate .testing .orm . junit . RequiresDialect ;
1414import org .hibernate .testing .orm .junit .JiraKey ;
15- import org .hibernate .testing .junit4 .BaseUnitTestCase ;
16- import org .junit .Test ;
15+ import org .junit .jupiter .api .Test ;
1716
1817@ RequiresDialect (H2Dialect .class )
1918@ JiraKey (value = "HHH-17791" )
20- public class H2DialectDatabaseVersionTest extends BaseUnitTestCase {
19+ public class H2DialectDatabaseVersionTest {
2120
2221 @ Test
2322 public void snapshotVersion () {
Original file line number Diff line number Diff line change 66
77import java .util .Map ;
88import org .hibernate .engine .jdbc .dialect .spi .DialectResolutionInfo ;
9- import org .hibernate .testing .RequiresDialect ;
9+ import org .hibernate .testing .orm . junit . RequiresDialect ;
1010import org .hibernate .testing .orm .junit .JiraKey ;
11- import org .hibernate .testing .junit4 .BaseUnitTestCase ;
12- import org .junit .Test ;
11+ import org .junit .jupiter .api .Test ;
1312
1413
15- import static org .junit .Assert .assertEquals ;
14+ import static org .junit .jupiter . api . Assertions .assertEquals ;
1615
1716@ RequiresDialect (MySQLDialect .class )
1817@ JiraKey (value = "HHH-18518" )
19- public class MySQLDialectDatabaseVersionTest extends BaseUnitTestCase {
18+ public class MySQLDialectDatabaseVersionTest {
2019
2120 @ Test
2221 public void versionWithSuffix () {
You can’t perform that action at this time.
0 commit comments