{
this.query = query;
}
public void report(String received, String approved) throws Exception
{
ApprovalFailureReporter reporter = ReporterFactory.get(ReporterFactory.FileTypes.Text);
reporter.report(runQueryAndGetPath(received), runQueryAndGetPath(approved));
reporter.report(received, approved);
}