[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testConnection.py More of the same.

Jim Fulton jim at zope.com
Thu Sep 16 11:44:33 EDT 2010


Log message for revision 116463:
  More of the same.
  

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

-=-
Modified: ZODB/trunk/src/ZEO/tests/testConnection.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testConnection.py	2010-09-16 15:34:59 UTC (rev 116462)
+++ ZODB/trunk/src/ZEO/tests/testConnection.py	2010-09-16 15:44:33 UTC (rev 116463)
@@ -223,7 +223,6 @@
     ...           for record in debughandler.records:
     ...               print record.name, record.levelname
     ...               print debughandler.format(record)
-    ...           debughandler.clear()
     ...        else:
     ...           logging.getLogger('ZEO').debug('GOOD %s' % c)
     ...        db.close()



More information about the Zodb-checkins mailing list