Commit 4352894f authored by Sebastien Robin's avatar Sebastien Robin

update conversion server configuration a bit later, in case

a business template override the default site preference,
or if another preference is used

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92191de3
......@@ -933,12 +933,12 @@ class ERP5TypeTestCase(ProcessingNodeTestCase, PortalTestCase):
self.serverhost, self.serverport = self.startZServer()
self._registerNode(distributing=1, processing=1)
self._updateConversionServerConfiguration()
self._updateConnectionStrings()
self._recreateCatalog()
self._installBusinessTemplateList(business_template_list,
light_install=light_install,
quiet=quiet)
self._updateConversionServerConfiguration()
# Create a Manager user at the Portal level
uf = self.getPortal().acl_users
uf._doAddUser('ERP5TypeTestCase', '', ['Manager', 'Member', 'Assignee',
......
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