Commit f38a05c2 authored by Łukasz Nowak's avatar Łukasz Nowak

- erp5_base is needed in this test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43891 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13567ba5
......@@ -3076,6 +3076,9 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
self.assertEqual([], non_unique_property_id_list)
class TestInstanceBaseCategoryList(ERP5TypeTestCase):
def getBusinessTemplateList(self):
return 'erp5_base',
def test_getInstanceBaseCategoryList(self):
portal = self.getPortalObject()
person_portal_type = self.portal.portal_types['Person']
......
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