Commit 2e62920d authored by Gabriel Monnerat's avatar Gabriel Monnerat

add docstring and don't set required equal True to language field in this form

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cf40f22
......@@ -231,7 +231,7 @@
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -142,7 +142,6 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
next_dict = sequence.get("next_dict")
response_dict = self.portal.portal_configurator._next(
business_configuration, next_dict)
sequence.edit(response_dict=response_dict)
def setBusinessConfigurationWorkflow(self, business_configuration, workflow):
......@@ -297,7 +296,7 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
self.assertEquals(person_config_item.getReference(), "person_assignor")
def stepSetupWebSiteConfiguration(self, sequence=None, sequence_list=None, **kw):
""" """
""" Setup Web Site """
next_dict = dict(your_default_available_language="pt-BR")
sequence.edit(next_dict=next_dict)
......
27
\ No newline at end of file
28
\ 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