Commit 148527df authored by Jérome Perrin's avatar Jérome Perrin

don't filter content types inside persons for those tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12829 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5972326
......@@ -113,6 +113,9 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
def afterSetUp(self):
self.login()
# all those tests does strange things with Person type, so we won't
# filter content types to add inside Person.
self.getTypesTool().getTypeInfo('Person').filter_content_types = 0
def beforeTearDown(self):
for module in [ self.getPersonModule(),
......
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