mirror of https://github.com/apache/lucene.git
comment out failing test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@799699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
855ac03bfd
commit
b29680e233
|
@ -85,10 +85,12 @@ public class TestQueryTypes extends AbstractSolrTestCase {
|
|||
,"//result[@numFound='1']"
|
||||
);
|
||||
|
||||
/** future test
|
||||
assertQ(
|
||||
req("q","{!field f=v_ti}5")
|
||||
,"//result[@numFound='1']"
|
||||
);
|
||||
**/
|
||||
|
||||
assertQ("test multi term field query on text type",
|
||||
req("q","{!field f=v_t}Hello DUDE")
|
||||
|
|
Loading…
Reference in New Issue