Commit ee69f88e authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix stepCheckPropertySheetMigration for Zope 2.8

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42976 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 448fa7e3
......@@ -2405,7 +2405,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
Check migration of Property Sheets from the Filesystem to ZODB
"""
property_sheet_tool = self.getPortalObject().portal_property_sheets
self.failUnless('UnitTest' in property_sheet_tool)
self.failUnless('UnitTest' in property_sheet_tool.objectIds())
property_list = property_sheet_tool.UnitTest.contentValues()
......
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