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

- add TODO


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28293 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7dbdb63d
......@@ -190,6 +190,8 @@ class TestTemplate(ERP5TypeTestCase):
self.assertEqual(len(user_preference.objectIds()), 1)
def test_TemplateCreatePreferenceWithSystemPreferenceEnabled(self):
# TODO: This test *might* be removed if it is good to trust
# getActivePreference to return only Preference portal type
ERP5TypeTestCase.login(self, 'ERP5TypeTestCase')
system_preference = self.portal.portal_preferences.newContent(
portal_type='System Preference')
......
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