Commit ab4a2049 authored by Rafael Monnerat's avatar Rafael Monnerat

Update business template lists and added more assertions.

parent 5149ac85
...@@ -82,7 +82,9 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin): ...@@ -82,7 +82,9 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
'vifib_web', 'vifib_web',
'vifib_open_trade', 'vifib_open_trade',
'vifib_l10n_fr', 'vifib_l10n_fr',
'vifib_datas', 'vifib_data',
'vifib_data_category',
'vifib_data_web',
'vifib_erp5') 'vifib_erp5')
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
...@@ -119,10 +121,16 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin): ...@@ -119,10 +121,16 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
self.setBusinessConfigurationWorkflow(business_configuration, self.setBusinessConfigurationWorkflow(business_configuration,
"workflow_module/vifib_configuration_workflow") "workflow_module/vifib_configuration_workflow")
def stepCheckVifibObjectList(self, sequence=None, sequence_list=None, **kw):
""" Check if objects are placed into the appropriate state """
self.assertNotEquals(None, getattr(self.portal,
"portal_certificate_authority", None))
def stepCheckMaxmaDemoSampleObjectList(self, sequence=None, sequence_list=None, **kw): self.assertNotEquals(None, getattr(self.portal, "portal_slap", None))
""" Check if objects are placed into the appropriate state """
# Verify if acl_user is appropriatted configured.
# XXX Not implemented yet
# Check Gadgets # Check Gadgets
for gadget in self.portal.portal_gadgets.searchFolder(): for gadget in self.portal.portal_gadgets.searchFolder():
...@@ -148,6 +156,7 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin): ...@@ -148,6 +156,7 @@ class TestVifibConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
stepStartConfigurationInstallation stepStartConfigurationInstallation
stepTic stepTic
stepCheckInstanceIsConfigured%(country)s stepCheckInstanceIsConfigured%(country)s
stepCheckVifibObjectList
""" """
def test_vifib_workflow(self): def test_vifib_workflow(self):
......
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