Commit 6d79088b authored by Jérome Perrin's avatar Jérome Perrin

manage_addERP5Site does not accept erp5_sql_transactionless_connection_string

argument


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dde4b25
......@@ -622,6 +622,10 @@ class ERP5TypeTestCase(PortalTestCase):
ZopeTestCase._print('Adding %s ERP5 Site ... ' % portal_name)
extra_constructor_kw = _getConnectionStringDict()
# manage_addERP5Site does not accept
# erp5_sql_transactionless_connection_string argument
extra_constructor_kw.pop(
'erp5_sql_transactionless_connection_string', None)
email_from_address = os.environ.get('email_from_address')
if email_from_address is not None:
extra_constructor_kw['email_from_address'] = email_from_address
......
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