Commit 2825d6b3 authored by Jérome Perrin's avatar Jérome Perrin

Revert iHotfix's monkey patchs

( works with zope-iHotfix-0.5.2-4mdk )



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d65b762
......@@ -48,7 +48,15 @@ ZopeTestCase.installProduct('MailHost')
ZopeTestCase.installProduct('PageTemplates')
ZopeTestCase.installProduct('PythonScripts')
ZopeTestCase.installProduct('ExternalMethod')
ZopeTestCase.installProduct('iHotfix')
try:
ZopeTestCase.installProduct('iHotfix')
from Products import iHotfix
from StringIO import StringIO
# revert monkey patchs from iHotfix
iHotfix.get_request = get_request
iHotfix.iHotfixStringIO = StringIO
except ImportError:
pass
ZopeTestCase.installProduct('Localizer')
ZopeTestCase.installProduct('TimerService')
......
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