[Zope3-checkins] CVS: Zope3/src/ZODB/tests - testTransaction.py:1.19.2.2

Tim Peters tim.one at comcast.net
Fri Mar 19 17:06:32 EST 2004


Update of /cvs-repository/Zope3/src/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv29498/src/ZODB/tests

Modified Files:
      Tag: jeremy-txn-branch
	testTransaction.py 
Log Message:
Typo and whitespace repair.


=== Zope3/src/ZODB/tests/testTransaction.py 1.19.2.1 => 1.19.2.2 ===
--- Zope3/src/ZODB/tests/testTransaction.py:1.19.2.1	Thu Mar 18 16:18:33 2004
+++ Zope3/src/ZODB/tests/testTransaction.py	Fri Mar 19 17:06:18 2004
@@ -410,7 +410,7 @@
     def testExceptionInSubCommitSub(self):
         # It's harder than normal to verify test results, because
         # the subtransaction jars are stored in a dictionary.  The
-        # other in which jars are processed depends on the order
+        # order in which jars are processed depends on the order
         # they come out of the dictionary.
 
         self.sub1.modify()
@@ -451,7 +451,7 @@
         # is handled first, then commit_sub() will fail after sub2 has
         # already begun its top-level transaction and tpc_abort() will
         # be called.
-        
+
         self.sub1._p_jar = SubTransactionJar(errors='commit_sub')
         self.sub1.modify(nojar=1)
         get_transaction().commit(1)
@@ -553,7 +553,7 @@
 
     def sortKey(self):
         # All these jars use the same sort key, and Python's list.sort()
-        # is stable.  These two 
+        # is stable.  These two
         return self.__class__.__name__
 
     def check(self, method):
@@ -646,7 +646,7 @@
     True
     >>> t._objects[0]._datamanager is dm
     True
-    
+
     """
 
 def test_suite():




More information about the Zope3-Checkins mailing list