[Erp5-report] r28956 - /erp5/trunk/products/ERP5OOo/tests/testDms.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 11 15:00:36 CEST 2009


Author: nicolas
Date: Fri Sep 11 15:00:36 2009
New Revision: 28956

URL: http://svn.erp5.org?rev=28956&view=rev
Log:
no need to duplicate test method

Modified:
    erp5/trunk/products/ERP5OOo/tests/testDms.py

Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=28956&r1=28955&r2=28956&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Fri Sep 11 15:00:36 2009
@@ -794,10 +794,6 @@
                                                       file=upload_file)
     self.tic()
     self.assertEquals('PDF', document.getPortalType())
-    content_information = document.getContentInformation()
-    self.assertEquals('1', content_information['Pages'])
-    self.assertEquals('subject', content_information['Subject'])
-    self.assertEquals('title', content_information['Title'])
     self.assertEquals('application/pdf', document.getContentType())
 
 class TestDocumentWithSecurity(ERP5TypeTestCase):




More information about the Erp5-report mailing list