Commit f43fe5e0 authored by Jérome Perrin's avatar Jérome Perrin

update docstring, this test case does not uses erp5_invoicing intentionnaly


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18216 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f1f635c2
......@@ -50,7 +50,6 @@ transaction_to_line_mapping = {
'Purchase Invoice Transaction': 'Purchase Invoice Transaction Line',
'Sale Invoice Transaction': 'Sale Invoice Transaction Line',
'Payment Transaction': 'Accounting Transaction Line',
'Closing Transaction': 'Closing Transaction Line',
}
......@@ -213,6 +212,10 @@ class AccountingTestCase(ERP5TypeTestCase):
def getBusinessTemplateList(self):
"""Returns list of BT to be installed."""
# note that this test case does *not* install erp5_invoicing, even if it's
# a dependancy of erp5_accounting_ui_test, because it's used to test
# standalone accounting and only installs erp5_accounting_ui_test to have
# some default content created.
return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_accounting_ui_test')
......
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