[Checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEOOptions.py Disabled a silly zdaemon test that was generating spurious error

Jim Fulton jim at zope.com
Fri Apr 24 18:37:29 EDT 2009


Log message for revision 99479:
  Disabled a silly zdaemon test that was generating spurious error
  messages.
  

Changed:
  U   ZODB/trunk/src/ZEO/tests/testZEOOptions.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEOOptions.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEOOptions.py	2009-04-24 21:50:24 UTC (rev 99478)
+++ ZODB/trunk/src/ZEO/tests/testZEOOptions.py	2009-04-24 22:37:28 UTC (rev 99479)
@@ -61,6 +61,8 @@
         # Hide the base class test_configure
         pass
 
+    def test_default_help(self): pass # disable silly test w spurious failures
+
     def test_defaults_with_schema(self):
         options = self.OptionsClass()
         options.realize(["-C", self.tempfilename])



More information about the Checkins mailing list