Commit 8d83f580 authored by Sebastien Robin's avatar Sebastien Robin

make it compatible with runUnitTest.py


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3851 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c7872c4
......@@ -54,7 +54,7 @@ import os
from Products.ERP5Type import product_path
from DateTime import DateTime
class Test(ERP5TypeTestCase):
class TestCatalog(ERP5TypeTestCase):
"""
This is the list of test
......@@ -337,15 +337,3 @@ class Test(ERP5TypeTestCase):
LOG('Testing... ',0,message)
if __name__ == '__main__':
framework()
else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(Test))
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