}
}
public void run() throws Exception {
spaceOnlySetup();
TesterTransactionManager mgr = new TesterTransactionManager();
TesterTransaction tt = mgr.create();
// an entry that should be there at the start
SimpleEntry toTake = new SimpleEntry("toTake", 1, 13);
writeEntry(null, toTake);
logger.log(Level.INFO, "wrote entry " + toTake);