SVN: ZODB/trunk/src/ZEO/tests/testZEO2.py Don't leave a transaction going that will leave a commit log open,

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 104706:
  Don't leave a transaction going that will leave a commit log open,
  causing extra pain on windows.
  

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

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO2.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO2.py	2009-10-01 19:42:43 UTC (rev 104705)
+++ ZODB/trunk/src/ZEO/tests/testZEO2.py	2009-10-01 19:42:46 UTC (rev 104706)
@@ -87,7 +87,7 @@
     >>> logger.setLevel(logging.INFO)
     >>> logger.addHandler(handler)
 
-Now, whem we abort the transaction for the first client. the second
+Now, when we abort the transaction for the first client. the second
 client will be restarted.  It will get a conflict error, that is
 handled correctly:
 
@@ -103,6 +103,7 @@
 
     >>> logger.setLevel(logging.NOTSET)
     >>> logger.removeHandler(handler)
+    >>> zs2.tpc_abort('1')
     >>> fs.close()
     """
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.