[Neo-report] r2177 gregory - /trunk/neo/tests/client/testClientApp.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 18 16:17:20 CEST 2010


Author: gregory
Date: Fri Jun 18 16:17:19 2010
New Revision: 2177

Log:
This test no more requires a fake partition table.

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 Jun 18 16:17:19 2010
@@ -598,10 +598,6 @@ class ClientApplicationTests(NeoTestBase
         cell1 = Mock({ 'getNode': 'NODE1', '__hash__': 1 })
         cell2 = Mock({ 'getNode': 'NODE2', '__hash__': 2 })
         conn1, conn2 = Mock({ 'getNextId': 1, }), Mock({ 'getNextId': 2, })
-        app.pt = Mock({
-            'getCellListForOID': ReturnValues((cell1, ), (cell1, )),
-            'getCellListForTID': (cell1, cell2),
-        })
         app.cp = Mock({ 'getConnForNode': ReturnValues(conn1, conn2), })
         # fake data
         app.local_var.data_dict = {oid1: '', oid2: ''}





More information about the Neo-report mailing list