[Erp5-report] r31154 gregory - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 8 14:09:41 CET 2009


Author: gregory
Date: Tue Dec  8 14:09:39 2009
New Revision: 31154

URL: http://svn.erp5.org?rev=31154&view=rev
Log:
Do not override BT list, they are all already defined in base class.

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py?rev=31154&r1=31153&r2=31154&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py [utf8] Tue Dec  8 14:09:39 2009
@@ -52,15 +52,6 @@
 
   RUN_ALL_TEST = 1
   QUIET = 0
-
-  def getBusinessTemplateList(self):
-    """
-    """
-    return ('erp5_base',
-            'erp5_trade',
-            'erp5_accounting',
-            'erp5_banking_core',
-            'erp5_banking_inventory',)
 
   def getTitle(self):
     """




More information about the Erp5-report mailing list