Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA2D319C39 for ; Wed, 13 Apr 2016 23:21:17 +0000 (UTC) Received: (qmail 20693 invoked by uid 500); 13 Apr 2016 23:21:17 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 20468 invoked by uid 99); 13 Apr 2016 23:21:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2016 23:21:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30026DFFF8; Wed, 13 Apr 2016 23:21:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thelabdude@apache.org To: commits@lucene.apache.org Date: Wed, 13 Apr 2016 23:21:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/50] lucene-solr:jira/SOLR-8908: Stop tests from failing just because of toString test Stop tests from failing just because of toString test Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4537a66b Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4537a66b Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4537a66b Branch: refs/heads/jira/SOLR-8908 Commit: 4537a66bb16610dafef06965a0cfa346a2edd7de Parents: eb87512 Author: Karl Wright Authored: Fri Apr 8 20:34:23 2016 -0400 Committer: Karl Wright Committed: Fri Apr 8 20:34:23 2016 -0400 ---------------------------------------------------------------------- .../src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4537a66b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java ---------------------------------------------------------------------- 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 4e2e02e..3aa1719 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