Commit c0bcb306 authored by Lucas Carvalho's avatar Lucas Carvalho

This part of the code must be dynamic.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45050 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4704b43b
...@@ -957,7 +957,7 @@ class TestStandardConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin): ...@@ -957,7 +957,7 @@ class TestStandardConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
""" """
Check if Solver objects have been created. Check if Solver objects have been created.
""" """
business_configuration = self.portal.restrictedTraverse("business_configuration_module/60") #sequence.get('business_configuration') business_configuration = sequence.get('business_configuration')
solver_list = \ solver_list = \
self.getBusinessConfigurationObjectList(business_configuration, self.getBusinessConfigurationObjectList(business_configuration,
'Solver Type') 'Solver Type')
......
597 598
\ No newline at end of file \ No newline at end of file
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