[Erp5-report] r41478 nicolas.dumazet - /erp5/trunk/products/ERP5/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 16 03:49:55 CET 2010


Author: nicolas.dumazet
Date: Thu Dec 16 03:49:53 2010
New Revision: 41478

URL: http://svn.erp5.org?rev=41478&view=rev
Log:
fix the first part of testFindPortalTypeName

text_extension Contribution Predicate is required to match test.txt, and this
is in erp5_dms BT.
erp5_dms requires Contribution Tool portal type, and it is in erp5_ingestion
erp5_ingestion requires Web Page portal type -> erp5_web

Modified:
    erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py

Modified: erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py?rev=41478&r1=41477&r2=41478&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py [utf8] Thu Dec 16 03:49:53 2010
@@ -39,7 +39,7 @@ class TestContributionRegistryTool(ERP5T
     return "Contribution Registry Tool"
 
   def getBusinessTemplateList(self):
-    return ('erp5_base',)
+    return ('erp5_base', 'erp5_ingestion', 'erp5_web', 'erp5_dms',)
 
   def afterSetUp(self):
     self.setUpTestScript()



More information about the Erp5-report mailing list