[Neo-report] r2341 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 1 17:59:54 CEST 2010


Author: vincent
Date: Fri Oct  1 17:59:52 2010
New Revision: 2341

Log:
Make client's undo compatible with old and new ZODB tests.

old = 3.4.4 (Zope 2.8.x)
new = 3.10.0b5 (ZODB svn trunk)

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Fri Oct  1 17:59:52 2010
@@ -974,7 +974,7 @@ class Application(object):
                         'transaction', oid)
                 undo_serial = None
             self._store(oid, current_serial, data, undo_serial)
-        return tid, oid_list
+        return tid, []
 
     def _insertMetadata(self, txn_info, extension):
         for k, v in loads(extension).items():





More information about the Neo-report mailing list