[Zope-Checkins] CVS: Packages/ZODB/tests - testZODB.py:1.15.8.8

Tim Peters tim.one at comcast.net
Thu Sep 16 20:42:03 EDT 2004


Update of /cvs-repository/Packages/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv15697/ZODB/tests

Modified Files:
      Tag: Zope-2_7-branch
	testZODB.py 
Log Message:
Repair typo in new comment.


=== Packages/ZODB/tests/testZODB.py 1.15.8.7 => 1.15.8.8 ===
--- Packages/ZODB/tests/testZODB.py:1.15.8.7	Thu Sep 16 19:56:18 2004
+++ Packages/ZODB/tests/testZODB.py	Thu Sep 16 20:42:01 2004
@@ -351,7 +351,7 @@
         else:
             self.fail("No conflict occurred")
 
-        # Explictly abort cn2's transaction.
+        # Explicitly abort cn2's transaction.
         cn2.getTransaction().abort()
 
         # cn2 should retain no memory of the read conflict after an abort(),
@@ -363,7 +363,7 @@
 
         # And because of that, we still couldn't commit a change to data2['d']
         # in the new transaction.
-        cn2.sync()  # process the invalidation for data2['d'] 
+        cn2.sync()  # process the invalidation for data2['d']
         data2['d'] = 3
         cn2.getTransaction().commit()  # this used to raise ReadConflictError
 



More information about the Zope-Checkins mailing list