Commit 300179ec authored by Arnaud Fontaine's avatar Arnaud Fontaine

Allow object of any portal type in testing module for

TestZodbPropertySheet



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43039 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 117bd6f5
......@@ -532,7 +532,7 @@ class TestZodbPropertySheet(ERP5TypeTestCase):
type_class='Folder',
type_property_sheet_list=('TestMigration',),
type_base_category_list=('test_category_existence_constraint',),
type_allowed_content_type_list=('Content Existence Constraint',))
type_filter_content_type=False)
# Create a test module, meaningful to force generation of
# TestMigration accessor holders and check the constraints
......
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