From 7cd48ec916cfc3618f9cb3dbf1eb70089e04119a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com> Date: Mon, 8 Feb 2010 19:19:11 +0000 Subject: [PATCH] Fix test after r1656 git-svn-id: https://svn.erp5.org/repos/neo/trunk@1660 71dcc9de-d417-0410-9af5-da40c76e7ee4 --- neo/tests/client/testClientApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/tests/client/testClientApp.py b/neo/tests/client/testClientApp.py index 0ca56d00..b1c37aec 100644 --- a/neo/tests/client/testClientApp.py +++ b/neo/tests/client/testClientApp.py @@ -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 = [] -- 2.30.9