iverase commented on code in PR #15211:
URL: https://github.com/apache/lucene/pull/15211#discussion_r2368522575
##########
lucene/core/src/test/org/apache/lucene/geo/TestTessellator.java:
##########
@@ -374,7 +374,7 @@ public void testComplexPolygon17() throws Exception {
IllegalArgumentException ex =
expectThrows(IllegalArgumentException.class, () ->
Tessellator.tessellate(polygon, true));
assertEquals(
- "Polygon ring self-intersection at lat=40.8278688 lon=14.1990929",
ex.getMessage());
+ "Polygon ring self-intersection at lat=40.8277665 lon=14.1993975",
ex.getMessage());
Review Comment:
This change has changed the returned point here, that should be ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]