Commit 321cf650 authored by Sebastien Robin's avatar Sebastien Robin

added 2 methods


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2019 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 061131fc
......@@ -175,6 +175,12 @@ class ERP5TypeTestCase(PortalTestCase):
def getAlarmTool(self):
return getattr(self.getPortal(), 'portal_alarms', None)
def getOrganisationModule(self):
return getattr(self.getPortal(), 'organisation', None)
def getPersonModule(self):
return getattr(self.getPortal(), 'person', None)
def tic(self):
"""
Start all messages
......
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