[Erp5-report] r35845 nicolas - /erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 1 09:52:49 CEST 2010


Author: nicolas
Date: Tue Jun  1 09:52:46 2010
New Revision: 35845

URL: http://svn.erp5.org?rev=35845&view=rev
Log:
erp5_base is required to run this test

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=35845&r1=35844&r2=35845&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testContributionRegistryTool.py [utf8] Tue Jun  1 09:52:46 2010
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #############################################################################
 #
 # Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
@@ -38,7 +39,7 @@
     return "Contribution Registry Tool"
 
   def getBusinessTemplateList(self):
-    return ()
+    return ('erp5_base',)
 
   def afterSetUp(self):
     self.setUpTestScript()




More information about the Erp5-report mailing list