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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 13 20:53:31 CET 2009


Author: kazuhiko
Date: Fri Feb 13 20:53:30 2009
New Revision: 25556

URL: http://svn.erp5.org?rev=25556&view=rev
Log:
inherit AccountingTestCase to share the business template list.

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=25556&r1=25555&r2=25556&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] Fri Feb 13 20:53:30 2009
@@ -2411,7 +2411,7 @@
 
 
 
-class TestAccountingWithSequences(ERP5TypeTestCase):
+class TestAccountingWithSequences(AccountingTestCase):
   """The first test for Accounting
   """
   def getAccountingModule(self):




More information about the Erp5-report mailing list