Commit 817a3d19 authored by Sebastien Robin's avatar Sebastien Robin

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
parent cf2c4c87
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment