Commit c8889fbc authored by Nicolas Delaby's avatar Nicolas Delaby

erp5_base is required to run this test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35845 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a7fe036
# -*- coding: utf-8 -*-
#############################################################################
#
# Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
......@@ -38,7 +39,7 @@ class TestContributionRegistryTool(ERP5TypeTestCase):
return "Contribution Registry Tool"
def getBusinessTemplateList(self):
return ()
return ('erp5_base',)
def afterSetUp(self):
self.setUpTestScript()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment