xml.append(status);
xml.append("\" time=\"");
xml.append(durationStr);
xml.append("\" >\n");
if (test instanceof MarathonTestCase) {
MarathonTestCase mtestcase = (MarathonTestCase) test;
ArrayList<CheckList> checklists = mtestcase.getChecklists();
if (checklists.size() > 0) {
int index = 1;
for (CheckList checkList : checklists) {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
checkList.saveXML(indent, baos, index++);