You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by vi...@apache.org on 2013/05/06 07:37:55 UTC

git commit: 5306 test fix

Updated Branches:
  refs/heads/trunk 2c124606f -> 35633503d


5306 test fix

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/35633503
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/35633503
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/35633503

Branch: refs/heads/trunk
Commit: 35633503d579b5fd67282b7e4d1f252489acb9e8
Parents: 2c12460
Author: Vijay Parthasarathy <vi...@gmail.com>
Authored: Sun May 5 22:37:39 2013 -0700
Committer: Vijay Parthasarathy <vi...@gmail.com>
Committed: Sun May 5 22:37:39 2013 -0700

----------------------------------------------------------------------
 .../locator/DynamicEndpointSnitchTest.java         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/35633503/test/unit/org/apache/cassandra/locator/DynamicEndpointSnitchTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/locator/DynamicEndpointSnitchTest.java b/test/unit/org/apache/cassandra/locator/DynamicEndpointSnitchTest.java
index 3ac9ecb..90c0b55 100644
--- a/test/unit/org/apache/cassandra/locator/DynamicEndpointSnitchTest.java
+++ b/test/unit/org/apache/cassandra/locator/DynamicEndpointSnitchTest.java
@@ -41,7 +41,7 @@ public class DynamicEndpointSnitchTest
         DynamicEndpointSnitch dsnitch = new DynamicEndpointSnitch(ss, String.valueOf(ss.hashCode()));
         InetAddress self = FBUtilities.getBroadcastAddress();
         ArrayList<InetAddress> order = new ArrayList<InetAddress>();
-        InetAddress host1 = InetAddress.getByName("127.0.0.1");
+        InetAddress host1 = InetAddress.getByName("127.0.0.4");
         InetAddress host2 = InetAddress.getByName("127.0.0.2");
         InetAddress host3 = InetAddress.getByName("127.0.0.3");