[Erp5-report] r26338 - /erp5/trunk/products/ERP5/tests/testERP5Web.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 7 15:29:45 CEST 2009


Author: romain
Date: Tue Apr  7 15:29:40 2009
New Revision: 26338

URL: http://svn.erp5.org?rev=26338&view=rev
Log:
Fix wrong comment.

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=26338&r1=26337&r2=26338&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] Tue Apr  7 15:29:40 2009
@@ -805,8 +805,8 @@
     self.assertSameSet([sub_web_section], 
                        web_site.getWebSectionValueList(web_page))
 
-    # Set leaf web section visible
-    # Nothing is returned
+    # Set leaf web section visible, which should be returned even if parent is
+    # not visible
     web_section.setVisible(0)
     sub_web_section.setVisible(1)
     _commit()




More information about the Erp5-report mailing list