Commit 16620e92 authored by Nicolas Delaby's avatar Nicolas Delaby

clean up tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35273 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a1266f5
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment