Commit d5be36a3 authored by Julien Muchembled's avatar Julien Muchembled

Fix unit tests broken by r2703

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2709 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 41c4ce1f
......@@ -229,6 +229,7 @@ class NeoUnitTestBase(NeoTestBase):
return Mock({
'__repr__': 'FakeConnector',
'getDescriptor': descriptor,
'getAddress': ('', 0),
})
def getFakeConnection(self, uuid=None, address=('127.0.0.1', 10000),
......
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