111213141516171819
@Test public void test() throws IOException { Journal journal = new Journal(); journal.setDirectory(ISSUE55_DIR); journal.open(); journal.close(); } }