new String[]{"dummy.o"}, null);
//
// commit. If "compiled" file was judged to be
// valid we should have a history file.
//
table.commit();
historyFile = table.getHistoryFile();
assertTrue("History file was not created", historyFile.exists());
assertTrue("History file was empty", historyFile.length() > 10);
} finally {
if (compiledFile != null && compiledFile.exists()) {