[Erp5-report] r41632 seb - /erp5/trunk/products/CMFActivity/ActivityConnection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 21 23:37:24 CET 2010


Author: seb
Date: Tue Dec 21 23:37:24 2010
New Revision: 41632

URL: http://svn.erp5.org?rev=41632&view=rev
Log:
this is some unexpected unit test failures in testBusinessTemplate,
comment for now this code until proper solution is found

Modified:
    erp5/trunk/products/CMFActivity/ActivityConnection.py

Modified: erp5/trunk/products/CMFActivity/ActivityConnection.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActivityConnection.py?rev=41632&r1=41631&r2=41632&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActivityConnection.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/ActivityConnection.py [utf8] Tue Dec 21 23:37:24 2010
@@ -61,7 +61,8 @@ class ActivityConnection(Connection):
         result = Connection.connect(self, s)
         # the call above will set self._v_database_connection, and it won't
         # have disappeared by now.
-        self._v_database_connection.setSortKey( (0,) )
+        # We need to put back this code as soon as problems are solved XXX
+        #self._v_database_connection.setSortKey( (0,) )
         return result
 
 InitializeClass(ActivityConnection)



More information about the Erp5-report mailing list