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/10 20:04:39 UTC

lucene-solr:branch_6x: LUCENE-8245: Fix precommit

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 19feef73b -> 6f68f74f7


LUCENE-8245: Fix precommit


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

Branch: refs/heads/branch_6x
Commit: 6f68f74f7f36b0410dcfc29c03e5a970670c81ee
Parents: 19feef7
Author: Joel Bernstein <jb...@apache.org>
Authored: Tue Apr 10 12:43:19 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Tue Apr 10 16:04:28 2018 -0400

----------------------------------------------------------------------
 .../test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java    | 4 +---
 .../org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java   | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6f68f74f/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 455eee6..03d1e9e 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
@@ -24,9 +24,7 @@ import java.util.Collections;
 import org.apache.lucene.util.LuceneTestCase;
 
 import org.junit.Test;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
+
 
 public class GeoPolygonTest extends LuceneTestCase {
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6f68f74f/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
index c55e952..93d675a 100644
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
@@ -24,8 +24,6 @@ import com.carrotsearch.randomizedtesting.annotations.Repeat;
 import com.carrotsearch.randomizedtesting.generators.BiasedNumbers;
 import org.junit.Test;
 
-import static com.carrotsearch.randomizedtesting.RandomizedTest.randomDouble;
-
 /**
  * Random test for polygons.
  */