Commit bae0cffa authored by Sebastien Robin's avatar Sebastien Robin

fixed wrong class name in addTest

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11218 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5671598
......@@ -455,5 +455,5 @@ else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestERP5BankingCashInventory))
suite.addTest(unittest.makeSuite(TestERP5BankingInventory))
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