Commit 52a275e8 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix a typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cb2a192
......@@ -608,7 +608,7 @@ class TestPreferences(PropertySheetTestCase):
self.assertEqual(normal_preference_string,
portal_preferences.getDummystring())
system_preference = portal_preferences.newContent(portal_type='Preference',
system_preference = portal_preferences.newContent(portal_type='System Preference',
dummystring=system_preference_string)
system_preference.enable()
transaction.commit()
......
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