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:
Uwe Schindler 2012-07-05 15:53:45 +00:00
parent 8a0e3198ca
commit b1328f9c66
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
///CLOVER:OFF
/**
* Based off of Solr 3's SpatialFilterTest.
*/
@ -215,3 +217,5 @@ public class PortedSolr3Test extends StrategyTestCase {
}
}
///CLOVER:OFF