Commit f523bb61 authored by Jérome Perrin's avatar Jérome Perrin

Configure a minimal social title category

parent 558098f3
...@@ -83,6 +83,7 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin): ...@@ -83,6 +83,7 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
stepCopyAndPasteOrganisation stepCopyAndPasteOrganisation
stepEntityWorkflow stepEntityWorkflow
stepViewCreatedPersons stepViewCreatedPersons
stepCheckSocialTitleCategory
stepViewCreatedOrganisations stepViewCreatedOrganisations
stepViewCreatedAssignemnts stepViewCreatedAssignemnts
stepAddAccoutingPeriod stepAddAccoutingPeriod
...@@ -225,6 +226,12 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin): ...@@ -225,6 +226,12 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
self.assertEquals(len(assignment_list), 1) self.assertEquals(len(assignment_list), 1)
self.assertEquals('my_group', assignment_list[0].getGroup()) self.assertEquals('my_group', assignment_list[0].getGroup())
def stepCheckSocialTitleCategory(self, sequence=None,sequence_list=None, **kw):
"""Check that the social title category is configured.
"""
self.assertNotEquals(0,
len(self.portal.portal_categories.social_title.contentValues()))
def stepCheckValidOrganisationList(self, sequence=None, sequence_list=None, **kw): def stepCheckValidOrganisationList(self, sequence=None, sequence_list=None, **kw):
""" """
Check if after the configuration the Organisation objects are validated. Check if after the configuration the Organisation objects are validated.
......
...@@ -642,6 +642,9 @@ msgstr "Djibouti" ...@@ -642,6 +642,9 @@ msgstr "Djibouti"
msgid "Djiboutian" msgid "Djiboutian"
msgstr "Djiboutien" msgstr "Djiboutien"
msgid "Doctor"
msgstr "Docteur"
msgid "Documentation" msgid "Documentation"
msgstr "Documentation" msgstr "Documentation"
...@@ -1347,6 +1350,9 @@ msgstr "Fabrication de machines et équipements n.c.a." ...@@ -1347,6 +1350,9 @@ msgstr "Fabrication de machines et équipements n.c.a."
msgid "Madagascar" msgid "Madagascar"
msgstr "Madagascar" msgstr "Madagascar"
msgid "Madam"
msgstr "Madame"
msgid "Mahorais" msgid "Mahorais"
msgstr "Mahorais" msgstr "Mahorais"
...@@ -1509,6 +1515,12 @@ msgstr "Services d'exploitation minière et de forage pour le pétrole et le gaz ...@@ -1509,6 +1515,12 @@ msgstr "Services d'exploitation minière et de forage pour le pétrole et le gaz
msgid "Minute" msgid "Minute"
msgstr "Minute" msgstr "Minute"
msgid "Miss"
msgstr "Mademoiselle"
msgid "Mister"
msgstr "Monsieur"
msgid "Moldovan" msgid "Moldovan"
msgstr "Moldave" msgstr "Moldave"
......
204 205
\ 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