From c1e07b92735c4968c94ab3309ee87ef05bac8364 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Wed, 19 May 2010 07:35:08 +0000 Subject: [PATCH] inline has been replaced by attachment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35444 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Legacy/tests/testLegacyOrder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Legacy/tests/testLegacyOrder.py b/product/ERP5Legacy/tests/testLegacyOrder.py index 0c10435e0c..e1ddb25d0b 100644 --- a/product/ERP5Legacy/tests/testLegacyOrder.py +++ b/product/ERP5Legacy/tests/testLegacyOrder.py @@ -2609,7 +2609,7 @@ class TestOrder(TestOrderMixin, ERP5TypeTestCase): 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, 'inline;filename="OrderReference.odt"') + self.assertEquals(content_disposition, 'attachent; filename="OrderReference.odt"') def test_Order_viewAsODT_person(self): # test order printout with a person as destination -- 2.30.9