Commit 9b857f22 authored by Vincent Pelletier's avatar Vincent Pelletier

Also install erp5_full_text_myisam_catalog.

ArchiveTool requires 2 connections to be present in current catalog to work,
a deferred one (which was moved to separate fulltext BTs) and the "usual" one.
This design is brittle (eg will give unpredictable results if catalog uses a
3rd connection), but it should probably not be changed right now.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43458 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1412cefd
......@@ -61,7 +61,10 @@ class TestArchive(InventoryAPITestCase):
return "ERP5Archive"
def getBusinessTemplateList(self):
return InventoryAPITestCase.getBusinessTemplateList(self) + ('erp5_archive',)
return InventoryAPITestCase.getBusinessTemplateList(self) + (
'erp5_archive',
'erp5_full_text_myisam_catalog',
)
# 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