From a8f9073a3ffae9c8ec89ca7c3367098e6c9b2c5e Mon Sep 17 00:00:00 2001 From: Karl Wright Date: Fri, 8 Apr 2016 20:34:23 -0400 Subject: [PATCH] Stop tests from failing just because of toString test --- .../src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java index 4e2e02e05fa..3aa1719f7bc 100644 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java @@ -805,7 +805,7 @@ public class TestGeo3DPoint extends LuceneTestCase { public void testToString() { Geo3DPoint point = new Geo3DPoint("point", 44.244272, 7.769736); - assertEquals("Geo3DPoint ", point.toString()); + assertEquals("Geo3DPoint