From 78146cde74796b19e919e78bdd8267e344cc6eec Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Thu, 20 May 2010 07:24:48 +0000 Subject: [PATCH] Rename constant git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35466 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/tests/testOOoChart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/tests/testOOoChart.py b/product/ERP5Form/tests/testOOoChart.py index 4dd1946886..823524f190 100644 --- a/product/ERP5Form/tests/testOOoChart.py +++ b/product/ERP5Form/tests/testOOoChart.py @@ -176,7 +176,7 @@ class TestOOoChart(ERP5TypeTestCase, ZopeTestCase.Functional): # 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 ) -- 2.30.9