mirror of https://github.com/apache/lucene.git
quiet this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e88daca523
commit
038bf7e72a
|
@ -1193,7 +1193,8 @@ public class TestQPHelper extends LuceneTestCase {
|
|||
"a");
|
||||
assertNotNull("result is null and it shouldn't be", result);
|
||||
assertTrue("result is not a BooleanQuery", result instanceof BooleanQuery);
|
||||
System.out.println("Result: " + result);
|
||||
if (VERBOSE)
|
||||
System.out.println("Result: " + result);
|
||||
assertTrue(((BooleanQuery) result).clauses().size() + " does not equal: "
|
||||
+ 2, ((BooleanQuery) result).clauses().size() == 2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue