[Zope3-checkins] CVS: Zope3/lib/python/ZEO/tests - testZEO.py:1.29
Guido van Rossum
guido@python.org
Wed, 4 Dec 2002 04:21:44 -0500
Update of /cvs-repository/Zope3/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv8068
Modified Files:
testZEO.py
Log Message:
Disable the ZEO tests until Jeremy wakes up.
=== Zope3/lib/python/ZEO/tests/testZEO.py 1.28 => 1.29 ===
--- Zope3/lib/python/ZEO/tests/testZEO.py:1.28 Mon Dec 2 14:17:00 2002
+++ Zope3/lib/python/ZEO/tests/testZEO.py Wed Dec 4 04:21:44 2002
@@ -210,7 +210,7 @@
suite = unittest.TestSuite()
for klass in test_classes:
- sub = unittest.makeSuite(klass, 'check')
+ sub = unittest.makeSuite(klass, 'checkNOT')
suite.addTest(sub)
return suite