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):
stepCopyAndPasteOrganisation
stepEntityWorkflow
stepViewCreatedPersons
stepCheckSocialTitleCategory
stepViewCreatedOrganisations
stepViewCreatedAssignemnts
stepAddAccoutingPeriod
......@@ -225,6 +226,12 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
self.assertEquals(len(assignment_list), 1)
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):
"""
Check if after the configuration the Organisation objects are validated.
......
......@@ -642,6 +642,9 @@ msgstr "Djibouti"
msgid "Djiboutian"
msgstr "Djiboutien"
msgid "Doctor"
msgstr "Docteur"
msgid "Documentation"
msgstr "Documentation"
......@@ -1347,6 +1350,9 @@ msgstr "Fabrication de machines et équipements n.c.a."
msgid "Madagascar"
msgstr "Madagascar"
msgid "Madam"
msgstr "Madame"
msgid "Mahorais"
msgstr "Mahorais"
......@@ -1509,6 +1515,12 @@ msgstr "Services d'exploitation minière et de forage pour le pétrole et le gaz
msgid "Minute"
msgstr "Minute"
msgid "Miss"
msgstr "Mademoiselle"
msgid "Mister"
msgstr "Monsieur"
msgid "Moldovan"
msgstr "Moldave"
......
204
\ No newline at end of file
205
\ 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