Commit bb101612 authored by Sebastien Robin's avatar Sebastien Robin

no need to install erp5_core business template, it is already installed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8cd015b
...@@ -72,8 +72,8 @@ class TestCMFCategory(ERP5TypeTestCase): ...@@ -72,8 +72,8 @@ class TestCMFCategory(ERP5TypeTestCase):
/organisation /organisation
""" """
return ('erp5_core',) #return ('erp5_core',)
#return () return ()
def getCategoriesTool(self): def getCategoriesTool(self):
return getattr(self.getPortal(), 'portal_categories', None) return getattr(self.getPortal(), 'portal_categories', None)
......
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