From 0800b4a0372cd836d4d6ac7a09b022e1540af922 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Mon, 7 Nov 2005 08:52:53 +0000
Subject: [PATCH] Install ERP5Security and PluggableAuthService products

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4262 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/ERP5TypeTestCase.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index a82c51e1b3..ab46423321 100755
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -49,8 +49,10 @@ ZopeTestCase.installProduct('CMFReportTool') # Not required by ERP5Type but requ
 ZopeTestCase.installProduct('CMFMailIn')
 ZopeTestCase.installProduct('TranslationService')
 
-# Nuxeo CPS
+# Security Stuff
 ZopeTestCase.installProduct('NuxUserGroups')
+ZopeTestCase.installProduct('PluggableAuthService')
+ZopeTestCase.installProduct('ERP5Security')
 
 # ERP5
 ZopeTestCase.installProduct('CMFActivity')
-- 
2.30.9