[Zodb-checkins] CVS: ZODB/src/ZODB/tests - testmvcc.py:1.8
    Tim Peters 
    tim.one at comcast.net
       
    Fri Mar 12 15:59:29 EST 2004
    
    
  
Update of /cvs-repository/ZODB/src/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv32098/src/ZODB/tests
Modified Files:
	testmvcc.py 
Log Message:
Make another None result explicit.
=== ZODB/src/ZODB/tests/testmvcc.py 1.7 => 1.8 ===
--- ZODB/src/ZODB/tests/testmvcc.py:1.7	Fri Mar 12 15:57:54 2004
+++ ZODB/src/ZODB/tests/testmvcc.py	Fri Mar 12 15:59:28 2004
@@ -93,7 +93,8 @@
 a transaction and process invalidations.
 
 >>> cn.sync()
->>> cn._txn_time
+>>> print cn._txn_time  # the high-water mark got reset to None
+None
 
 Basic functionality
 -------------------
    
    
More information about the Zodb-checkins
mailing list