[Neo-report] r2110 vincent - /trunk/neo/tests/client/testClientApp.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 14 01:31:02 CEST 2010


Author: vincent
Date: Fri May 14 01:31:02 2010
New Revision: 2110

Log:
Prevent exception when logging repr(conn).

Modified:
    trunk/neo/tests/client/testClientApp.py

Modified: trunk/neo/tests/client/testClientApp.py
==============================================================================
--- trunk/neo/tests/client/testClientApp.py [iso-8859-1] (original)
+++ trunk/neo/tests/client/testClientApp.py [iso-8859-1] Fri May 14 01:31:02 2010
@@ -443,6 +443,7 @@
         conn = Mock({
             'getNextId': 1,
             'getAddress': storage_address,
+            '__repr__': 'connection mock'
         })
         cell = Mock({
             'getAddress': 'FakeServer',





More information about the Neo-report mailing list