You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2018/04/10 17:02:43 UTC

[2/2] lucene-solr:branch_7x: LUCENE-8245: Fix precommit

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/48325cf8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/48325cf8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/48325cf8

Branch: refs/heads/branch_7x
Commit: 48325cf8ce8de647300409def9c0b18c116ea307
Parents: b1ea9d9
Author: Joel Bernstein <jb...@apache.org>
Authored: Tue Apr 10 12:43:19 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Tue Apr 10 12:50:29 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/48325cf8/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/48325cf8/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.
  */