mirror of
https://github.com/apache/lucene.git
synced 2025-02-23 02:35:02 +00:00
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:
parent
dc16b7efea
commit
e2970ad77c
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user