Commit 6f02611f authored by Sebastien Robin's avatar Sebastien Robin

accounting business templates seems to not be required


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ded4d3ed
......@@ -87,7 +87,7 @@ class TestInventory(TestOrderMixin,ERP5TypeTestCase):
def getBusinessTemplateList(self):
"""Business Templates required for this test.
"""
return ('erp5_pdm','erp5_trade', 'erp5_apparel', 'erp5_accounting')
return ('erp5_pdm','erp5_trade', 'erp5_apparel')
def afterSetUp(self, quiet=1, run=run_all_test):
self.login()
......
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