From 0c0307003d18fe57aca55f8e8edf6a4c58400c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 26 Jun 2008 14:48:36 +0000 Subject: [PATCH] - use list of business templates from parent class git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21979 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testProductionOrder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/tests/testProductionOrder.py b/product/ERP5/tests/testProductionOrder.py index 4a5090453a..4f62627968 100644 --- a/product/ERP5/tests/testProductionOrder.py +++ b/product/ERP5/tests/testProductionOrder.py @@ -52,7 +52,8 @@ class TestProductionOrderMixin(TestOrderMixin): def getBusinessTemplateList(self): """ """ - return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_apparel', 'erp5_mrp') + return TestOrderMixin.getBusinessTemplateList(self) + \ + ( 'erp5_mrp', ) def createCategories(self): """ -- 2.30.9