Commit 4ac7e1f4 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Disable the commit #723 with comment because this cause many non-critical errors

from the database adapter.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@876 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4766e070
......@@ -188,5 +188,9 @@ class DatabaseManager(object):
the given list."""
raise NotImplementedError('this method must be overridden')
__del__ = close
# FIXME: this was added to ensure the database connection is well closed,
# but this raised 'not implemented' exceptions from the mysql db api during
# tests. We have to check how close correctly close the database connection
# at database manager deletion.
#__del__ = close
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