[Erp5-report] r35466 nicolas - /erp5/trunk/products/ERP5Form/tests/testOOoChart.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 20 09:24:51 CEST 2010


Author: nicolas
Date: Thu May 20 09:24:48 2010
New Revision: 35466

URL: http://svn.erp5.org?rev=35466&view=rev
Log:
Rename constant

Modified:
    erp5/trunk/products/ERP5Form/tests/testOOoChart.py

Modified: erp5/trunk/products/ERP5Form/tests/testOOoChart.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testOOoChart.py?rev=35466&r1=35465&r2=35466&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] Thu May 20 09:24:48 2010
@@ -176,7 +176,7 @@
 
       # Test the differents render
       # render image
-      for image_format in STANDARD_IMAGE_FORMAT_LIST:
+      for image_format in VALID_IMAGE_FORMAT_LIST:
         response = self.publish(
                       '/%s/%s/%s?render_format=%s&display=medium'
                       % (self.portal.getId(), self.form_id, self.ooo_chart_id, image_format), self.auth )




More information about the Erp5-report mailing list