From 817a3d19a085502071b8ff91df7cc150db1523a4 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 21 Dec 2010 22:37:24 +0000
Subject: [PATCH] this is some unexpected unit test failures in
 testBusinessTemplate, comment for now this code until proper solution is
 found

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41632 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/ActivityConnection.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/CMFActivity/ActivityConnection.py b/product/CMFActivity/ActivityConnection.py
index 95f1ea4c42..8241f45bc2 100644
--- a/product/CMFActivity/ActivityConnection.py
+++ b/product/CMFActivity/ActivityConnection.py
@@ -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)
-- 
2.30.9