Commit 35b0412d authored by Romain Courteaud's avatar Romain Courteaud

Purge message queue before checking the catalog.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4245 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea95df0f
......@@ -145,6 +145,7 @@ class TestERP5Catalog(ERP5TypeTestCase):
ZopeTestCase._print('\nTest Everything Catalogued')
LOG('Testing... ',0,'testEverythingCatalogued')
portal_catalog = self.getCatalogTool()
self.tic()
organisation_module_list = portal_catalog(portal_type='Organisation Module')
self.assertEquals(len(organisation_module_list),1)
......
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