Commit 32e63b11 authored by Sebastien Robin's avatar Sebastien Robin

we do not need to specify a business template


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1946 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1acd970b
......@@ -77,17 +77,6 @@ class TestAlarm(ERP5TypeTestCase):
quantity = 10
base_price = 0.7832
def getBusinessTemplateList(self):
"""
Return the list of business templates.
"""
business_template_dir = os.path.join( product_path, 'tests' )
erp5_alarm_path = os.path.join( business_template_dir, 'erp5_alarm.bt5' )
LOG('getBusinessTemplateList, erp5_alarm_path',0,erp5_alarm_path)
return (('erp5_alarm',erp5_alarm_path),)
def test_01_HasEverything(self, quiet=0, run=run_all_test):
# Test if portal_synchronizations was created
if not run: return
......
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