Commit 7cd48ec9 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix test after r1656

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1660 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5f53f4fc
......@@ -831,7 +831,7 @@ class ClientApplicationTests(NeoTestBase):
# (as if it was connected to the primary master node)
from neo.tests import DoNothingConnector
# will raise IndexError at the third iteration
app = self.getApp('127.0.0.1:10010/127.0.0.1:10011')
app = self.getApp('127.0.0.1:10010 127.0.0.1:10011')
# TODO: test more connection failure cases
# Seventh packet : askNodeInformation succeeded
all_passed = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment