From 8d69ccb4902d732b22c737d0d1dc82384b51b645 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Fri, 4 May 2007 10:33:07 +0000 Subject: [PATCH] Allow tests to use ParsedXML tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14353 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/ERP5TypeTestCase.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index 8189fe56a1..8c158356c1 100644 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -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 -- 2.30.9