You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/07/05 23:46:30 UTC

svn commit: r1357952 - /lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java

Author: uschindler
Date: Thu Jul  5 21:46:30 2012
New Revision: 1357952

URL: http://svn.apache.org/viewvc?rev=1357952&view=rev
Log:
did not help :(

Modified:
    lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java

Modified: lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java?rev=1357952&r1=1357951&r2=1357952&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java (original)
+++ lucene/dev/trunk/lucene/spatial/src/test/org/apache/lucene/spatial/PortedSolr3Test.java Thu Jul  5 21:46:30 2012
@@ -44,8 +44,6 @@ import java.util.HashSet;
 import java.util.List;
 import java.util.Set;
 
-///CLOVER:OFF
-
 /**
  * Based off of Solr 3's SpatialFilterTest.
  */
@@ -217,5 +215,3 @@ public class PortedSolr3Test extends Str
   }
 
 }
-
-///CLOVER:ON