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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 19 16:54:03 CEST 2010


Author: nicolas
Date: Wed May 19 16:53:55 2010
New Revision: 35465

URL: http://svn.erp5.org?rev=35465&view=rev
Log:
replace has been replaced by attachment

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=35465&r1=35464&r2=35465&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] Wed May 19 16:53:55 2010
@@ -149,7 +149,7 @@
       # test content type : application/vnd.oasis.opendocument.graphics
       self.assertTrue(content_type.startswith(self.content_type), content_type)
       content_disposition = response.getHeader('content-disposition')
-      self.assertEquals('inline', content_disposition.split(';')[0])
+      self.assertEquals('attachment', content_disposition.split(';')[0])
       # Test ODG (zip)
       body = response.getBody()
       # Test Validation Relax NG




More information about the Erp5-report mailing list