mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
2 days ago cf2068420f92f25985c22a6cdb16c17d9ceb1efb
opendj-server-legacy/src/test/java/org/opends/server/backends/jdbc/TestCase.java
@@ -169,7 +169,7 @@
         }
         // a pooled connection would be handed back without being established again
         CachedConnection.cached.invalidate(url);
         CachedConnection.poolOf(url).drainIdle();
         try (final Connection con = CachedConnection.getConnection(url)) {
            assertEquals(con.getNetworkTimeout(), 0, "the read bound of the login is still in force");
         }