[Zodb-checkins] SVN: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/transaction.txt Doh... this test is no longer broken.

Chris McDonough chrism at plope.com
Wed Jun 15 01:17:17 EDT 2005


Log message for revision 30806:
  Doh... this test is no longer broken.
  

Changed:
  U   ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/transaction.txt

-=-
Modified: ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/transaction.txt
===================================================================
--- ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/transaction.txt	2005-06-15 05:16:47 UTC (rev 30805)
+++ ZODB/branches/ctheune-blobsupport/src/ZODB/Blobs/tests/transaction.txt	2005-06-15 05:17:17 UTC (rev 30806)
@@ -139,9 +139,7 @@
     >>> transaction.abort()
 
 Attempting to change a blob simultaneously from two different
-connections should result in a write conflict error (this test is
-broken currently because I need to figure out how to commit the
-changes made in each connection independently):
+connections should result in a write conflict error.
 
     >>> tm1 = transaction.TransactionManager()
     >>> tm2 = transaction.TransactionManager()



More information about the Zodb-checkins mailing list