Commit 4d457e87 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix master list parameter format.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1395 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 058b12f3
......@@ -795,7 +795,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