Skip to content

Commit

Permalink
Removed test for pk8
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed May 23, 2024
1 parent 26d66fe commit 98933a6
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ void loadP12Key() throws Exception {
assertNotNull(chain);
}

@Test
void loadKey() throws Exception {
LazyKeyManager lazyKeyManager = new LazyKeyManager(
TestUtil.getSslTestCertPath("goodclient.crt"),
TestUtil.getSslTestCertPath("goodclient.pk8"),
new TestCallbackHandler("sslpwd"),
true);
PrivateKey pk = lazyKeyManager.getPrivateKey("user");
assertNotNull(pk);
}

@Test

Check failure on line 41 in pgjdbc/src/test/java/org/postgresql/test/ssl/LazyKeyManagerTest.java

View workflow job for this annotation

GitHub Actions / Code style

[Task :postgresql:checkstyleTest] [EmptyLineSeparator] 'METHOD_DEF' has more than 1 empty lines before.
void chooseClientAlias() throws Exception {
Expand Down

0 comments on commit 98933a6

Please sign in to comment.