return reportSuccess();
} else {
TestReport report = reportError(ERROR_DIFFERENT_SVG_OUTPUT);
report.addDescriptionEntry(ENTRY_KEY_NO_ARG_OUTPUT,
swA.toString());
report.addDescriptionEntry(ENTRY_KEY_SVG_ARG_OUTPUT,
swB.toString());
return report;
}
}
}