clean up my nocommit mess

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2011-02-04 00:16:49 +00:00
parent dc16b7efea
commit e2970ad77c

View File

@ -580,8 +580,7 @@ public abstract class BaseDistributedSearchTestCase extends SolrTestCaseJ4 {
String cmp;
cmp = compare(a.getResponse(), b.getResponse(), flags, handle);
if (cmp != null) {
//log.info("Mismatched responses:\n" + a + "\n" + b);
System.err.println("Mismatched responses:\n" + a + "\n" + b); // :nocommit:
log.info("Mismatched responses:\n" + a + "\n" + b);
TestCase.fail(cmp);
}
}