mirror of https://github.com/apache/lucene.git
SOLR-5618: fix stupid test mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1557031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca6454bab4
commit
90f4e12a7c
|
@ -339,7 +339,8 @@ public class TestFiltering extends SolrTestCaseJ4 {
|
|||
}
|
||||
|
||||
public void testHossssSanity() throws Exception {
|
||||
|
||||
clearIndex();
|
||||
|
||||
SolrParams match_0
|
||||
= params("q", "{!frange v=val_i l=0 u=1}",
|
||||
"fq", "{!frange v=val_i l=1 u=1}",
|
||||
|
|
Loading…
Reference in New Issue