Commit 8c0eb14e authored by Jérome Perrin's avatar Jérome Perrin

pass right classes to test_suite



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8672 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63e5f8d6
......@@ -256,6 +256,6 @@ else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(Test))
suite.addTest(unittest.makeSuite(TestERP5Category))
return suite
......@@ -861,6 +861,6 @@ else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(Test))
suite.addTest(unittest.makeSuite(TestPackingList))
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