[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py Repair tests that started failing with rev 40617.

Tim Peters tim.one at comcast.net
Mon Dec 12 12:25:27 EST 2005


Log message for revision 40739:
  Repair tests that started failing with rev 40617.
  
  Dmitry seems to have vanished :-(
  

Changed:
  U   ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py

-=-
Modified: ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py	2005-12-12 16:57:26 UTC (rev 40738)
+++ ZODB/trunk/src/ZODB/tests/testcrossdatabasereferences.py	2005-12-12 17:25:26 UTC (rev 40739)
@@ -56,7 +56,7 @@
     Traceback (most recent call last):
     ...
     InvalidObjectReference: Attempt to store a reference to an object
-    from a separate onnection to the same database or multidatabase
+    from a separate connection to the same database or multidatabase
 
     >>> tm.abort()
 
@@ -72,7 +72,7 @@
     Traceback (most recent call last):
     ...
     InvalidObjectReference: Attempt to store a reference to an object
-    from a separate onnection to the same database or multidatabase
+    from a separate connection to the same database or multidatabase
 
     >>> tm.abort()
 



More information about the Zodb-checkins mailing list