polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1139 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
405caa5e2b
commit
ad4c6710b5
|
|
@ -38,7 +38,6 @@ public class EmbeddedDatabaseBuilderTests {
|
|||
}
|
||||
|
||||
private void assertDatabaseCreatedAndShutdown(EmbeddedDatabase db) {
|
||||
|
||||
JdbcTemplate template = new JdbcTemplate(db);
|
||||
assertEquals("Keith", template.queryForObject("select NAME from T_TEST", String.class));
|
||||
db.shutdown();
|
||||
|
|
|
|||
Loading…
Reference in New Issue