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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 26 11:07:55 CET 2010


Author: gregory
Date: Fri Mar 26 11:07:54 2010
New Revision: 1966

Log:
Fix conflict included from previous commit, sorry.

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 Mar 26 11:07:54 2010
@@ -839,22 +839,13 @@
         tid1, tid2 = self.makeTID(1), self.makeTID(2)
         object_history = ( (tid1, 42), (tid2, 42),)
         # object history, first is a wrong oid, second is valid
-<<<<<<< HEAD
         p2 = Packets.AnswerObjectHistory(oid, object_history)
-        # transaction history
-        p3 = Packets.AnswerTransactionInformation(tid1, 'u', 'd', 'e',
-                False, (oid, ))
-        p4 = Packets.AnswerTransactionInformation(tid2, 'u', 'd', 'e',
-                False, (oid, ))
-=======
-        p2 = Packets.AnswerObjectHistory('', oid, object_history)
         extension = dumps({'k': 'v'})
         # transaction history
-        p3 = Packets.AnswerTransactionInformation('export', tid1, 'u', 'd',
+        p3 = Packets.AnswerTransactionInformation(tid1, 'u', 'd',
                 extension, False, (oid, ))
-        p4 = Packets.AnswerTransactionInformation('export', tid2, 'u', 'd',
+        p4 = Packets.AnswerTransactionInformation(tid2, 'u', 'd',
                 extension, False, (oid, ))
->>>>>>> f540962... Insert extension's data in transaction informations returned to ZODB.
         p2.setId(0)
         p3.setId(1)
         p4.setId(2)





More information about the Neo-report mailing list