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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 26 11:25:32 CET 2008


Author: yusei
Date: Tue Feb 26 11:25:31 2008
New Revision: 19502

URL: http://svn.erp5.org?rev=19502&view=rev
Log:
Added TestAccountingTransactionTemplate suite.

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=19502&r1=19501&r2=19502&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Tue Feb 26 11:25:31 2008
@@ -3077,5 +3077,5 @@
   suite.addTest(unittest.makeSuite(TestClosingPeriod))
   suite.addTest(unittest.makeSuite(TestTransactionValidation))
   suite.addTest(unittest.makeSuite(TestAccountingExport))
+  suite.addTest(unittest.makeSuite(TestAccountingTransactionTemplate))
   return suite
-




More information about the Erp5-report mailing list