Skip to content

Commit

Permalink
test: use binaryMode when creating connections in DatabaseMetaDataTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Apr 24, 2024
1 parent 6a2c732 commit b7775e8
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 64 deletions.
3 changes: 3 additions & 0 deletions pgjdbc/build.gradle.kts
Expand Up @@ -90,6 +90,9 @@ dependencies {
testImplementation("se.jiderhamn:classloader-leak-test-framework:1.1.2")
testFixturesImplementation("junit:junit:4.13.2")
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testFixturesApi("org.junit.jupiter:junit-jupiter-engine:5.10.2") {
because("We use BeforeEachMethodAdapter to add parameters to beforeeach and aftereach methods")
}
testFixturesImplementation("org.checkerframework:checker-qual:3.42.0")
}

Expand Down

0 comments on commit b7775e8

Please sign in to comment.