mirror of https://github.com/apache/lucene.git
Disable clover analysis in this test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a0e3198ca
commit
b1328f9c66
|
@ -44,6 +44,8 @@ import java.util.HashSet;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
|
///CLOVER:OFF
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Based off of Solr 3's SpatialFilterTest.
|
* Based off of Solr 3's SpatialFilterTest.
|
||||||
*/
|
*/
|
||||||
|
@ -215,3 +217,5 @@ public class PortedSolr3Test extends StrategyTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
///CLOVER:OFF
|
||||||
|
|
Loading…
Reference in New Issue