From 19a769c48e954fdb52af5668cc20916b864f20fa Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 11 Sep 2009 14:11:13 +0000 Subject: [PATCH] remove useless lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28965 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5OOo/tests/testDms.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py index 194254996e..0845b9e00e 100644 --- a/product/ERP5OOo/tests/testDms.py +++ b/product/ERP5OOo/tests/testDms.py @@ -792,8 +792,6 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional): upload_file = makeFileUpload('REF-en-001.pdf') document = self.portal.document_module.newContent(portal_type='PDF', file=upload_file) - self.tic() - self.assertEquals('PDF', document.getPortalType()) self.assertEquals('application/pdf', document.getContentType()) class TestDocumentWithSecurity(ERP5TypeTestCase): -- 2.30.9