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,6 +339,7 @@ public class TestFiltering extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testHossssSanity() throws Exception {
|
public void testHossssSanity() throws Exception {
|
||||||
|
clearIndex();
|
||||||
|
|
||||||
SolrParams match_0
|
SolrParams match_0
|
||||||
= params("q", "{!frange v=val_i l=0 u=1}",
|
= params("q", "{!frange v=val_i l=0 u=1}",
|
||||||
|
|
Loading…
Reference in New Issue