LUCENE-5714: TestBBoxStrategy needs to declare docValues requirement

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1609134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2014-07-09 12:37:49 +00:00
parent 7cffcc7422
commit 0705eab7ef
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ import java.io.IOException;
public class TestBBoxStrategy extends RandomSpatialOpStrategyTestCase {
@Override
protected boolean needsDocValues() {
return true;
}
@Override
protected Shape randomIndexedShape() {
Rectangle world = ctx.getWorldBounds();