LUCENE-8099: Fix xmlqueryparser tests

This commit is contained in:
Alan Woodward 2017-12-18 18:40:27 +00:00
parent 48c8947c17
commit dfaf023d4a
1 changed files with 0 additions and 5 deletions

View File

@ -31,9 +31,4 @@ public class TestCorePlusQueriesParser extends TestCoreParser {
dumpResults("like this", q, 5);
}
public void testBoostingQueryXML() throws Exception {
Query q = parse("BoostingQuery.xml");
dumpResults("boosting ", q, 5);
}
}