LUCENE-5648: unbreak ant test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-06-05 02:29:33 +00:00
parent eee1f14787
commit 067df3f217
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import org.apache.lucene.search.Query;
import org.apache.lucene.spatial.StrategyTestCase;
import org.apache.lucene.spatial.query.SpatialArgs;
import org.apache.lucene.spatial.query.SpatialOperation;
import org.junit.Ignore;
import java.io.IOException;
import java.util.ArrayList;
@ -35,6 +36,7 @@ import static com.carrotsearch.randomizedtesting.RandomizedTest.randomIntBetween
/** Base test harness, ideally for SpatialStrategy impls that have exact results
* (not grid approximated), hence "not fuzzy".
*/
@Ignore("not actually a test: can this be renamed to *TestCase????")
public abstract class BaseNonFuzzySpatialOpStrategyTest extends StrategyTestCase {
//TODO this is partially redundant with StrategyTestCase.runTestQuery & testOperation