Commit 7fac18d9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

install erp5_base for the "specialise" base category.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27723 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c5a6f28
......@@ -59,6 +59,12 @@ class TestSessionTool(ERP5TypeTestCase):
def getTitle(self):
return "Session Tool"
def getBusinessTemplateList(self):
"""
Return the list of business templates.
"""
return ('erp5_base',)
def afterSetUp(self):
# create a Memcached Plugin
memcached_tool = self.getPortal().portal_memcached
......
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