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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 31 10:31:29 CET 2010


Author: nicolas
Date: Fri Dec 31 10:31:29 2010
New Revision: 41905

URL: http://svn.erp5.org?rev=41905&view=rev
Log:
Depends of oood and it is already tested in testIngestion and testOOoConversionCache

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=41905&r1=41904&r2=41905&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Fri Dec 31 10:31:29 2010
@@ -654,15 +654,6 @@ class TestDocument(TestDocumentMixin):
       self.assertNotEquals(obj.getCreationDate(),
                            portal.CreationDate())
 
-  def test_Base_getConversionFormatItemList(self):
-    # tests Base_getConversionFormatItemList script (requires oood)
-    self.assertTrue(('Microsoft Excel 97/2000/XP', 'xls') in
-        self.portal.Base_getConversionFormatItemList(base_content_type=
-                  'application/vnd.oasis.opendocument.spreadsheet'))
-    self.assertTrue(('DocBook', 'docbook.xml') in
-        self.portal.Base_getConversionFormatItemList(base_content_type=
-                  'application/vnd.oasis.opendocument.text'))
-
   def test_06_ProcessingStateOfAClonedDocument(self):
     """
     Check that the processing state of a cloned document



More information about the Erp5-report mailing list