applied Joris's patch to shutdown Embedded Derby DB; adjusted manifest template to restrict derby version range from 10.5.1. to 10.6

This commit is contained in:
Keith Donald
2009-05-16 22:11:18 +00:00
parent 0c85f3df55
commit f3ae7bd961
3 changed files with 22 additions and 15 deletions

View File

@@ -32,9 +32,7 @@ public class EmbeddedDatabaseBuilderTests {
}
@Test
@Ignore
public void testBuildDerby() {
// TODO this fails when the whole suite runs b/c tables are not cleaned up
EmbeddedDatabaseBuilder builder = EmbeddedDatabaseBuilder.relativeTo(getClass());
EmbeddedDatabase db = builder.type(DERBY).script("db-schema-derby.sql").script("db-test-data.sql").build();
assertDatabaseCreatedAndShutdown(db);