[Erp5-report] r28293 - /erp5/trunk/products/ERP5/tests/testTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 5 18:37:36 CEST 2009


Author: luke
Date: Wed Aug  5 18:37:34 2009
New Revision: 28293

URL: http://svn.erp5.org?rev=28293&view=rev
Log:
 - add TODO

Modified:
    erp5/trunk/products/ERP5/tests/testTemplate.py

Modified: erp5/trunk/products/ERP5/tests/testTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTemplate.py?rev=28293&r1=28292&r2=28293&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTemplate.py [utf8] Wed Aug  5 18:37:34 2009
@@ -190,6 +190,8 @@
     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')




More information about the Erp5-report mailing list