db3.addTest(new BootAllTest("shutdownDerby"));
Properties ba = new Properties();
ba.setProperty("derby.system.bootAll", "true");
db3.addTest(new SystemPropertyTestSetup(
new BootAllTest("testSettingBootAllPropertyWithHomePropertySet"),
ba));
// Suite to create the second database (middle) and
// embed in it the third database suite.