Commit ed65643e authored by Aurel's avatar Aurel

use bt list from parent class


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21277 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3aa641e7
......@@ -59,12 +59,7 @@ class TestArchive(InventoryAPITestCase):
return "ERP5Archive"
def getBusinessTemplateList(self):
return ('erp5_base',
'erp5_trade',
'erp5_apparel',
'erp5_dummy_movement',
'erp5_archive',
)
return InventoryAPITestCase.getBusinessTemplateList(self) + ('erp5_archive',)
# Different variables used for this test
run_all_test = 0
......
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