Commit fbdf7546 authored by Nicolas Delaby's avatar Nicolas Delaby

use default cache factory for standards tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28836 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4f15dff
......@@ -118,7 +118,6 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
default_pref.setPreferredOoodocServerPortNumber(conversion_server_host[1])
default_pref.setPreferredDocumentFileNameRegularExpression(FILE_NAME_REGULAR_EXPRESSION)
default_pref.setPreferredDocumentReferenceRegularExpression(REFERENCE_REGULAR_EXPRESSION)
default_pref.setPreferredConversionCacheFactory('dms_cache_factory')
if default_pref.getPreferenceState() != 'global':
default_pref.enable()
......
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