[Erp5-report] r35446 nicolas - /erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 19 09:42:10 CEST 2010


Author: nicolas
Date: Wed May 19 09:42:08 2010
New Revision: 35446

URL: http://svn.erp5.org?rev=35446&view=rev
Log:
Fix typo

Modified:
    erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py

Modified: erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py?rev=35446&r1=35445&r2=35446&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py [utf8] (original)
+++ erp5/trunk/products/ERP5Legacy/tests/testLegacyOrder.py [utf8] Wed May 19 09:42:08 2010
@@ -2609,7 +2609,7 @@
       self.fail(''.join(err_list))
     # The name of the printout is the reference of the order
     content_disposition = self.portal.REQUEST.RESPONSE.getHeader('content-disposition')
-    self.assertEquals(content_disposition, 'attachent; filename="OrderReference.odt"')
+    self.assertEquals(content_disposition, 'attachment; filename="OrderReference.odt"')
 
   def test_Order_viewAsODT_person(self):
     # test order printout with a person as destination




More information about the Erp5-report mailing list