Suppress IDE deprecation warnings.

2.3.0
Brett Wooldridge 10 years ago
parent 10762d6403
commit dc5771e679

@ -36,6 +36,7 @@ public class JdbcDriverTest
} }
} }
@SuppressWarnings("deprecation")
@Test @Test
public void driverTest1() throws SQLException public void driverTest1() throws SQLException
{ {

@ -205,6 +205,7 @@ public class ShutdownTest
Assert.assertSame("Total connection count not as expected", 0, pool.getTotalConnections()); Assert.assertSame("Total connection count not as expected", 0, pool.getTotalConnections());
} }
@SuppressWarnings("deprecation")
@Test @Test
public void testAfterShutdown() throws Exception public void testAfterShutdown() throws Exception
{ {

@ -29,6 +29,7 @@ import com.zaxxer.hikari.mocks.StubDataSource;
/** /**
* @author Brett Wooldridge * @author Brett Wooldridge
*/ */
@SuppressWarnings("deprecation")
public class TestValidation public class TestValidation
{ {
@Test @Test

Loading…
Cancel
Save