[Erp5-report] r35273 nicolas - /erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 12 20:09:20 CEST 2010


Author: nicolas
Date: Wed May 12 20:09:20 2010
New Revision: 35273

URL: http://svn.erp5.org?rev=35273&view=rev
Log:
clean up tests

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

Modified: erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py?rev=35273&r1=35272&r2=35273&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoConversionCache.py [utf8] Wed May 12 20:09:20 2010
@@ -41,8 +41,6 @@
 from zLOG import LOG
 import os
 
-# Define the conversion server host
-conversion_server_host = ('127.0.0.1', 8008)
 
 TEST_FILES_HOME = os.path.join(os.path.dirname(__file__), 'test_document')
 FILE_NAME_REGULAR_EXPRESSION = "(?P<reference>[A-Z]{3,10})-(?P<language>[a-z]{2})-(?P<version>[0-9]{3})"
@@ -84,9 +82,6 @@
       - clear document module
     """
     self.clearDocumentModule()
-
-  def clearCache(self):
-    self.portal.portal_caches.clearAllCache()
 
   ## tests
 




More information about the Erp5-report mailing list