@ -225,7 +225,7 @@ public class ShutdownTest
ds.getConnection();
}
catch (SQLException e) {
Assert.assertTrue(e.getMessage().contains("has been shutdown"));
Assert.assertTrue(e.getMessage().contains("has been closed."));
@ -184,7 +184,7 @@ public class TestValidation
Assert.fail();
catch (IllegalStateException ise) {
Assert.assertTrue(ise.getMessage().contains("cannot use"));
Assert.assertTrue(ise.getMessage().contains("together"));