git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1139 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-05-09 22:30:34 +00:00
parent 405caa5e2b
commit ad4c6710b5
1 changed files with 0 additions and 1 deletions

View File

@ -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();