[Erp5-report] r18216 - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 10 18:38:55 CET 2007


Author: jerome
Date: Mon Dec 10 18:38:54 2007
New Revision: 18216

URL: http://svn.erp5.org?rev=18216&view=rev
Log:
update docstring, this test case does not uses erp5_invoicing intentionnaly

Modified:
    erp5/trunk/products/ERP5/tests/testAccounting.py

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=18216&r1=18215&r2=18216&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Mon Dec 10 18:38:54 2007
@@ -50,7 +50,6 @@
     '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 @@
 
   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')
 




More information about the Erp5-report mailing list