pull QueryUtil check back out

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-21 17:04:42 +00:00
parent a83d337f41
commit 6fb76f644a
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ public class TestBoostingNearQuery extends LuceneTestCase {
TopDocs hits;
query = newPhraseQuery("field", "twenty two", true);
QueryUtils.check(query);
// all 10 hits should have score = 3 because adjacent terms have payloads of 2,4
// and all the similarity factors are set to 1