Commit 425bd0f7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly install 'Sessions' Product, that is required for testOOoImport on Zope-2.12.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39039 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 493e41e9
......@@ -98,6 +98,7 @@ ZopeTestCase.installProduct('MailHost', quiet=install_product_quiet)
ZopeTestCase.installProduct('PageTemplates', quiet=install_product_quiet)
ZopeTestCase.installProduct('PythonScripts', quiet=install_product_quiet)
ZopeTestCase.installProduct('ExternalMethod', quiet=install_product_quiet)
ZopeTestCase.installProduct('Sessions', quiet=install_product_quiet)
try:
from Testing.ZopeTestCase.layer import onsetup
......
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