Commit 8d69ccb4 authored by Vincent Pelletier's avatar Vincent Pelletier

Allow tests to use ParsedXML tool.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14353 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28d03238
......@@ -128,6 +128,8 @@ ZopeTestCase.installProduct('CMFCategory', quiet=install_product_quiet)
ZopeTestCase.installProduct('ERP5', quiet=install_product_quiet)
ZopeTestCase.installProduct('ZMySQLDDA', quiet=install_product_quiet)
ZopeTestCase.installProduct('ParsedXML', quiet=install_product_quiet)
# Install everything else which looks like related to ERP5
from OFS.Application import get_products
from App.config import getConfiguration
......
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