You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2018/04/05 22:15:59 UTC

lucene-solr:branch_7x: Remove unused ignore import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 6032d6011 -> 90fde9676


Remove unused ignore import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/90fde967
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/90fde967
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/90fde967

Branch: refs/heads/branch_7x
Commit: 90fde9676916e1ca1d36a7107aa674dddac9a492
Parents: 6032d60
Author: Karl Wright <Da...@gmail.com>
Authored: Thu Apr 5 18:15:51 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Thu Apr 5 18:15:51 2018 -0400

----------------------------------------------------------------------
 .../src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/90fde967/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
index ee15ec4..581112d 100755
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java
@@ -21,7 +21,6 @@ import java.util.List;
 import java.util.BitSet;
 import java.util.Collections;
 
-import org.junit.Ignore;
 import org.junit.Test;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;