[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO2.py Windows. sigh.
Jim Fulton
jim at zope.com
Tue May 4 16:58:28 EDT 2010
Log message for revision 111948:
Windows. sigh.
Changed:
U ZODB/trunk/src/ZEO/tests/testZEO2.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO2.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO2.py 2010-05-04 20:54:45 UTC (rev 111947)
+++ ZODB/trunk/src/ZEO/tests/testZEO2.py 2010-05-04 20:58:28 UTC (rev 111948)
@@ -456,6 +456,11 @@
(test-addr-2) Preparing to commit transaction: 1 objects, 36 bytes
2 callAsync serialnos ...
+ >>> zs1.txnlog.close()
+ >>> zs2.tpc_abort(tid2)
+
+ >>> logging.getLogger('ZEO').setLevel(logging.NOTSET)
+ >>> logging.getLogger('ZEO').removeHandler(handler)
"""
More information about the Zodb-checkins
mailing list