Merge pull request #527 from xetorthio/node_parsing

Fix #526. Node parsing error uppon :0
This commit is contained in:
Jonathan Leibiusky
2014-02-05 10:38:21 -05:00
2 changed files with 14 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ public class JedisClusterTest extends Assert {
// ---- configure cluster
// add nodes to cluster
node1.clusterMeet("127.0.0.1", nodeInfo1.getPort());
node1.clusterMeet("127.0.0.1", nodeInfo2.getPort());
node1.clusterMeet("127.0.0.1", nodeInfo3.getPort());