mirror of https://github.com/apache/lucene.git
Took out debug statements I'd left in a long time ago, no functional changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf48cb639c
commit
9181fa67d7
|
@ -138,10 +138,6 @@ public class EnumFieldTest extends SolrTestCaseJ4 {
|
|||
|
||||
assertU(commit());
|
||||
|
||||
SolrQueryRequest eoe = req("fl", "" + FIELD_NAME, "q",
|
||||
FIELD_NAME + ":bla");
|
||||
String eoe1 = eoe.toString();
|
||||
|
||||
assertQ(req("fl", "" + FIELD_NAME, "q",
|
||||
FIELD_NAME + ":bla"),
|
||||
"//*[@numFound='0']");
|
||||
|
|
Loading…
Reference in New Issue