949596979899100101102103104
RedoLog redo = new RedoLog(TEST_EGI, WTU.getConfiguration()); long transactionID = 1000; Transaction start = new Transaction(transactionID++); boolean f = false; Primary p = null; // before initlize try { redo.append(p, start); } catch (Exception e) { f = true;