}
Properties props = createProperties(
StandardProperties.APP_NAME, "Foo",
StandardProperties.APP_ROOT, rootDir);
DataStore testStore = createDataStore(props);
testStore.shutdown();
}
@Test
public void testConstructorNoDirectoryNorRoot() throws Exception {
Properties props = new Properties();