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:
Yonik Seeley 2013-01-05 01:53:15 +00:00
parent 68f9994ae8
commit 38610f9b09
1 changed files with 1 additions and 2 deletions

View File

@ -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"
);