[Neo-report] r2709 jm - /trunk/neo/tests/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 12 18:15:40 CEST 2011


Author: jm
Date: Tue Apr 12 18:15:40 2011
New Revision: 2709

Log:
Fix unit tests broken by r2703

Modified:
    trunk/neo/tests/__init__.py

Modified: trunk/neo/tests/__init__.py
==============================================================================
--- trunk/neo/tests/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/__init__.py [iso-8859-1] Tue Apr 12 18:15:40 2011
@@ -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),




More information about the Neo-report mailing list