tmpLogFile = File.createTempFile("test-FileLocationDB",".log");
assertTrue(tmpFile.delete());
assertTrue(tmpFile.mkdirs());
dbPath = tmpFile.getAbsolutePath();
dbName = "test-FileLocationDB";
db = new BDBResourceFileLocationDB();
db.setBdbName(dbName);
db.setBdbPath(dbPath);
db.setLogPath(tmpLogFile.getAbsolutePath());
db.init();