From d39f52041db963d6e99733d6a9a5e52c178126aa Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Mon, 16 Jan 2006 13:47:13 +0000 Subject: [PATCH] adds VerboseSecurity if available, for more useful messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5125 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/ERP5TypeTestCase.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index 06c7a09c97..207116ec21 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -55,6 +55,9 @@ ZopeTestCase.installProduct('NuxUserGroups') ZopeTestCase.installProduct('PluggableAuthService') ZopeTestCase.installProduct('ERP5Security') +# Debugging +ZopeTestCase.installProduct('VerboseSecurity') + # ERP5 ZopeTestCase.installProduct('CMFActivity') ZopeTestCase.installProduct('ERP5Catalog') -- 2.30.9