[Zodb-checkins] CVS: Zope3/lib/python/ZEO/tests - testZEO.py:1.30

Jeremy Hylton jeremy@zope.com
Wed, 4 Dec 2002 16:58:16 -0500


Update of /cvs-repository/Zope3/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv19735/lib/python/ZEO/tests

Modified Files:
	testZEO.py 
Log Message:
Re-enable ZEO tests.





=== Zope3/lib/python/ZEO/tests/testZEO.py 1.29 => 1.30 ===
--- Zope3/lib/python/ZEO/tests/testZEO.py:1.29	Wed Dec  4 04:21:44 2002
+++ Zope3/lib/python/ZEO/tests/testZEO.py	Wed Dec  4 16:58:15 2002
@@ -210,7 +210,7 @@
 
     suite = unittest.TestSuite()
     for klass in test_classes:
-        sub = unittest.makeSuite(klass, 'checkNOT')
+        sub = unittest.makeSuite(klass, 'check')
         suite.addTest(sub)
     return suite