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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 15 12:04:55 CEST 2010


Author: vincent
Date: Tue Jun 15 12:04:51 2010
New Revision: 2165

Log:
FIX Use a set of node rather than a set of cells.

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] Tue Jun 15 12:04:51 2010
@@ -602,7 +602,7 @@ class ClientApplicationTests(NeoTestBase
             'getCellListForOID': ReturnValues((cell1, ), (cell1, )),
             'getCellListForTID': (cell1, cell2),
         })
-        app.cp = Mock({ 'getConnForCell': ReturnValues(conn1, conn2), })
+        app.cp = Mock({ 'getConnForNode': ReturnValues(conn1, conn2), })
         # fake data
         app.local_var.data_dict = {oid1: '', oid2: ''}
         app.tpc_abort(txn)





More information about the Neo-report mailing list