[Erp5-report] r29750 - /erp5/trunk/products/ERP5Banking/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 16 13:34:15 CEST 2009


Author: nicolas.dumazet
Date: Fri Oct 16 13:34:08 2009
New Revision: 29750

URL: http://svn.erp5.org?rev=29750&view=rev
Log:
remove duplicated getBusinessTemplateList
This test extends TestERP5BankingMixin which provides the exact same
getBusinessTemplateList method

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

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py?rev=29750&r1=29749&r2=29750&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingCashMovementNewNotEmitted.py [utf8] Fri Oct 16 13:34:08 2009
@@ -56,20 +56,6 @@
   # pseudo constants
   RUN_ALL_TEST = 1 # we want to run all test
   QUIET = 0 # we don't want the test to be quiet
-  def getBusinessTemplateList(self):
-    """
-      Return the list of business templates we need to run the test.
-      This method is called during the initialization of the unit test by
-      the unit test framework in order to know which business templates
-      need to be installed to run the test on.
-    """
-    return ('erp5_base',
-            'erp5_trade',
-            'erp5_accounting',
-            'erp5_banking_core',
-            'erp5_banking_inventory',
-            'erp5_banking_cash',
-            'erp5_banking_check',)
 
   def getTitle(self):
     """




More information about the Erp5-report mailing list