[Neo-report] r2231 vincent - /trunk/neo/tests/functional/testClient.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 27 10:53:25 CEST 2010


Author: vincent
Date: Fri Aug 27 10:53:24 2010
New Revision: 2231

Log:
Do not pass unexpected parameter.

FileStorage.copyTransactionsFrom doesn't have a verbose parameter in its
latest version.

Modified:
    trunk/neo/tests/functional/testClient.py

Modified: trunk/neo/tests/functional/testClient.py
==============================================================================
--- trunk/neo/tests/functional/testClient.py [iso-8859-1] (original)
+++ trunk/neo/tests/functional/testClient.py [iso-8859-1] Fri Aug 27 10:53:24 2010
@@ -222,7 +222,7 @@ class ClientTests(NEOFunctionalTest):
         # copy neo to data fs
         dfs_db, dfs_storage  = self.__getDataFS(reset=True)
         neo_storage = self.neo.getZODBStorage()
-        dfs_storage.copyTransactionsFrom(neo_storage, verbose=0)
+        dfs_storage.copyTransactionsFrom(neo_storage)
 
         # check data fs content
         conn = dfs_db.open()





More information about the Neo-report mailing list