[Erp5-report] r43795 kazuhiko - /erp5/trunk/products/ERP5Security/tests/testERP5Security.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 28 11:58:45 CET 2011


Author: kazuhiko
Date: Mon Feb 28 11:58:44 2011
New Revision: 43795

URL: http://svn.erp5.org?rev=43795&view=rev
Log:
these business templates are required not in TestUserManagement but in TestLocalRoleManagement.

Modified:
    erp5/trunk/products/ERP5Security/tests/testERP5Security.py

Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=43795&r1=43794&r2=43795&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Mon Feb 28 11:58:44 2011
@@ -51,7 +51,7 @@ class TestUserManagement(ERP5TypeTestCas
 
   def getBusinessTemplateList(self):
     """List of BT to install. """
-    return ('erp5_base', 'erp5_web', 'erp5_ingestion', 'erp5_dms',)
+    return ('erp5_base',)
 
   def beforeTearDown(self):
     """Clears person module and invalidate caches when tests are finished."""
@@ -484,7 +484,7 @@ class TestLocalRoleManagement(ERP5TypeTe
 
   def getBusinessTemplateList(self):
     """List of BT to install. """
-    return ('erp5_base',)
+    return ('erp5_base', 'erp5_web', 'erp5_ingestion', 'erp5_dms',)
 
   def test_RolesManagerInterfaces(self):
     """Tests group manager plugin respects interfaces."""



More information about the Erp5-report mailing list