Skip to content

Commit

Permalink
Document possible test failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 11, 2024
1 parent effd65e commit a58604b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/org/firebirdsql/jdbc/FBConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ void invalidValueForWireCrypt() {
fbMessageStartsWith(JaybirdErrorCodes.jb_invalidConnectionPropertyValue, "NOT_A_VALID_VALUE", "wireCrypt")));
}

/* When testing NATIVE, this test may fail if fbclient doesn't have the ChaCha plugin, e.g. when using fbclient
installed in %windir%\System32 instead of the Firebird installation directory. */
@Test
void expectedWireCryptPluginApplied() throws Exception {
assumeThat("Test doesn't work with embedded", GDS_TYPE, not(isEmbeddedType()));
Expand Down

0 comments on commit a58604b

Please sign in to comment.