Commit db05c7f1 authored by Jérome Perrin's avatar Jérome Perrin

forgot to add the test to test_suite()


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19036 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da7e5489
......@@ -3031,5 +3031,6 @@ def test_suite():
suite.addTest(unittest.makeSuite(TestAccounts))
suite.addTest(unittest.makeSuite(TestClosingPeriod))
suite.addTest(unittest.makeSuite(TestTransactionValidation))
suite.addTest(unittest.makeSuite(TestAccountingExport))
return suite
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment