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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 4 20:32:28 CET 2008


Author: jerome
Date: Mon Feb  4 20:32:28 2008
New Revision: 19036

URL: http://svn.erp5.org?rev=19036&view=rev
Log:
forgot to add the test to test_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=19036&r1=19035&r2=19036&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py Mon Feb  4 20:32:28 2008
@@ -3031,5 +3031,6 @@
   suite.addTest(unittest.makeSuite(TestAccounts))
   suite.addTest(unittest.makeSuite(TestClosingPeriod))
   suite.addTest(unittest.makeSuite(TestTransactionValidation))
+  suite.addTest(unittest.makeSuite(TestAccountingExport))
   return suite
 




More information about the Erp5-report mailing list