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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 4 10:29:50 CEST 2010


Author: vincent
Date: Mon Oct  4 10:29:49 2010
New Revision: 2343

Log:
Revert r2341: it does not pass 3.4.4 tests

This change was accidentally committed, and turns out to be incorrect
(3.4.4 tests fail).

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] Mon Oct  4 10:29:49 2010
@@ -974,7 +974,7 @@ class Application(object):
                         'transaction', oid)
                 undo_serial = None
             self._store(oid, current_serial, data, undo_serial)
-        return tid, []
+        return tid, oid_list
 
     def _insertMetadata(self, txn_info, extension):
         for k, v in loads(extension).items():





More information about the Neo-report mailing list