Skip to content

Commit

Permalink
Add tests for h2 2.2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
rpost committed Apr 6, 2024
1 parent 1687094 commit ebe9ac2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ include ":spring-boot-tests:h2"
include ":spring-boot-tests:h2:tests-h2-1.4.x"
include ":spring-boot-tests:h2:tests-h2-2.0.x"
include ":spring-boot-tests:h2:tests-h2-2.1.x"
include ":spring-boot-tests:h2:tests-h2-2.2.x"

4 changes: 4 additions & 0 deletions spring-boot-tests/h2/tests-h2-2.2.x/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
implementation project(":spring-boot-tests:h2")
runtimeOnly "com.h2database:h2:2.2.224"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package de.cronn.testutils.h2.v2_2;

public class H2PostgresModeUtilTest extends de.cronn.testutils.h2.H2PostgresModeUtilTest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package de.cronn.testutils.h2.v2_2;

public class H2UtilTest extends de.cronn.testutils.h2.H2UtilTest {
}

0 comments on commit ebe9ac2

Please sign in to comment.