You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/09/04 14:34:45 UTC

[lucene-solr] 01/01: @741 Harden test.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 54f9603b77a4884898058f02d280e04cb6ac40e4
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Fri Sep 4 09:34:05 2020 -0500

    @741 Harden test.
---
 solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java b/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java
index 4d58434..97119c8 100644
--- a/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java
+++ b/solr/core/src/test/org/apache/solr/search/TestSolr4Spatial2.java
@@ -188,7 +188,7 @@ public class TestSolr4Spatial2 extends SolrTestCaseJ4 {
 
     //max found by trial & error.  If we used 8 decimal places then we could get down to 1.04cm accuracy but then we
     // lose the ability to round-trip -- 40 would become 39.99999997  (ugh).
-    assertTrue("deltaCm too high: " + deltaCentimeters, deltaCentimeters < 1.41);
+    assertTrue("deltaCm too high: " + deltaCentimeters, deltaCentimeters < 1.47);
     // Pt(x=105.29894270124083,y=-0.4371673760042398) to  Pt(x=105.2989428,y=-0.4371673) is 1.38568
   }