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

enableActivityTool / enableLightInstall are not usefull here


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23078 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ee88c5c
......@@ -66,20 +66,6 @@ class TestResource(ERP5TypeTestCase):
def getTitle(self):
return "Resource"
def enableLightInstall(self):
"""
You can override this.
Return if we should do a light install (1) or not (0)
"""
return 1
def enableActivityTool(self):
"""
You can override this.
Return if we should create (1) or not (0) an activity tool.
"""
return 1
def login(self):
uf = self.getPortal().acl_users
uf._doAddUser('rc', '', ['Manager'], [])
......
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