mirror of https://github.com/apache/lucene.git
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:
parent
eee1f14787
commit
067df3f217
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue