From 16620e92737d7592764ee3d06be61ed0e9bf78be Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Wed, 12 May 2010 18:09:20 +0000 Subject: [PATCH] clean up tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35273 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5OOo/tests/testOOoConversionCache.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/product/ERP5OOo/tests/testOOoConversionCache.py b/product/ERP5OOo/tests/testOOoConversionCache.py index 78a19f84ee..eb26e25957 100644 --- a/product/ERP5OOo/tests/testOOoConversionCache.py +++ b/product/ERP5OOo/tests/testOOoConversionCache.py @@ -41,8 +41,6 @@ from Products.ERP5Type.Cache import DEFAULT_CACHE_SCOPE 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})" @@ -85,9 +83,6 @@ class TestDocumentConversionCache(TestDocumentMixin): """ self.clearDocumentModule() - def clearCache(self): - self.portal.portal_caches.clearAllCache() - ## tests def test_01_HasEverything(self): -- 2.30.9