Commit 0c030700 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent b09a2418
...@@ -52,7 +52,8 @@ class TestProductionOrderMixin(TestOrderMixin): ...@@ -52,7 +52,8 @@ class TestProductionOrderMixin(TestOrderMixin):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
""" """
""" """
return ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_apparel', 'erp5_mrp') return TestOrderMixin.getBusinessTemplateList(self) + \
( 'erp5_mrp', )
def createCategories(self): def createCategories(self):
""" """
......
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