[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests - testTextIndexNGinCatalog.py:1.1.2.4

Andreas Jung andreas@digicool.com
Sun, 24 Feb 2002 08:16:56 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests
In directory cvs.zope.org:/tmp/cvs-serv845

Modified Files:
      Tag: ajung-textindexng-branch
	testTextIndexNGinCatalog.py 
Log Message:
re-enabled base tests


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/tests/testTextIndexNGinCatalog.py 1.1.2.3 => 1.1.2.4 ===
 
 def test_suite():
-   return unittest.makeSuite(Tests,'check')
+   return unittest.makeSuite(Tests)
 
 def main():
    unittest.TextTestRunner().run(test_suite())