[Erp5-report] r35499 rafael - /erp5/trunk/products/ERP5Form/tests/testOOoChart.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 20 17:18:37 CEST 2010


Author: rafael
Date: Thu May 20 17:18:36 2010
New Revision: 35499

URL: http://svn.erp5.org?rev=35499&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=35499&r1=35498&r2=35499&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testOOoChart.py [utf8] Thu May 20 17:18:36 2010
@@ -242,7 +242,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