From 32e63b1159429144a23becee7aee32fe2a649d08 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 2 Dec 2004 10:03:49 +0000
Subject: [PATCH] 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
---
 product/ERP5/tests/testAlarm.py | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/product/ERP5/tests/testAlarm.py b/product/ERP5/tests/testAlarm.py
index e3c715367a..ce835062d1 100755
--- a/product/ERP5/tests/testAlarm.py
+++ b/product/ERP5/tests/testAlarm.py
@@ -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
-- 
2.30.9