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

check that default_* keys works too



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8726 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 594ead95
......@@ -692,6 +692,9 @@ class TestERP5Catalog(ERP5TypeTestCase):
organisation_list = [x.getObject() for x in
module.searchFolder(group_title='Nexedi')]
self.assertEquals(organisation_list,[organisation])
organisation_list = [x.getObject() for x in
module.searchFolder(default_group_title='Nexedi')]
self.assertEquals(organisation_list,[organisation])
# Try to get the organisation with the group id nexedi
organisation_list = [x.getObject() for x in
module.searchFolder(group_id='storever')]
......
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