Closes #1114 Remove unneeded code.

pull/1161/head
Brett Wooldridge 7 years ago
parent b9b68e4d2f
commit 71e8688ed4

@ -143,8 +143,6 @@ public class TestMBean
try (Connection conn1 = ds.getConnection();
Connection conn2 = ds.getConnection()) {
fail("Connection should have timed out.");
conn1.close();
conn2.close();
}
catch (SQLException e) {
assertEquals(1000, ds.getConnectionTimeout());

Loading…
Cancel
Save