From 52a275e80e4f55173b428117097bf436bd3504d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 18 Nov 2010 17:24:30 +0000 Subject: [PATCH] - fix a typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40392 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/tests/testPreferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/tests/testPreferences.py b/product/ERP5Form/tests/testPreferences.py index 64977d5609..adce913f38 100644 --- a/product/ERP5Form/tests/testPreferences.py +++ b/product/ERP5Form/tests/testPreferences.py @@ -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() -- 2.30.9