@BeforeMethod(alwaysRun = true)
protected void setUp() throws Exception {
m_dir = File.createTempFile(LogStore.class.getName(), null);
m_dir.delete();
m_logStore = new LogStoreImpl(m_dir);
TestUtils.configureObject(m_logStore, LogService.class);
TestUtils.configureObject(m_logStore, Identification.class, TestUtils.createMockObjectAdapter(Identification.class, new Object() {
@SuppressWarnings("unused")
public String getID() {
return "test";