mirror of https://github.com/apache/lucene.git
SOLR-4121: add test for fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68f9994ae8
commit
38610f9b09
|
@ -87,8 +87,7 @@ public class TestSolrQueryParser extends SolrTestCaseJ4 {
|
|||
|
||||
@Test
|
||||
public void testSolr4121() throws Exception {
|
||||
// This query doesn't match anything, testing
|
||||
// to make sure that SOLR-4121 is not a problem.
|
||||
// At one point, balanced quotes messed up the parser(SOLR-4121)
|
||||
assertJQ(req("q","eee_s:'balance'", "indent","true")
|
||||
,"/response/numFound==1"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue