[CMF-checkins] CVS: CMF - test_all.py:1.2
tseaver@digicool.com
tseaver@digicool.com
Tue, 12 Jun 2001 20:12:32 -0400 (EDT)
Update of /cvs-repository/CMF/CMFTracker/tests
In directory korak.digicool.com:/tmp/cvs-serv2852/CMFTracker/tests
Modified Files:
test_all.py
Log Message:
--- Updated File test_all.py in package CMF --
--- test_all.py 2001/06/02 06:43:14 1.1
+++ test_all.py 2001/06/13 00:12:32 1.2
@@ -1,9 +1,9 @@
import unittest
-#from Products.CMFCore.tests import test_ContentTypeRegistry
+from Products.CMFTracker.tests import test_IssueDescription
def test_suite():
suite = unittest.TestSuite()
- #suite.addTest( test_ContentTypeRegistry.test_suite() )
+ suite.addTest( test_IssueDescription.test_suite() )
return suite
def run():