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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user