[Zodb-checkins]
SVN: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt
- fixed test for conflicts
Christian Theune
ct at gocept.com
Mon Feb 27 16:55:51 EST 2006
Log message for revision 65538:
- fixed test for conflicts
Changed:
U ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt
-=-
Modified: ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt
===================================================================
--- ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt 2006-02-27 21:50:01 UTC (rev 65537)
+++ ZODB/branches/blob-merge-branch/src/ZODB/Blobs/tests/transaction.txt 2006-02-27 21:55:51 UTC (rev 65538)
@@ -184,7 +184,8 @@
>>> root3['blob1'].open('r').read()
'this is blob 1woot!this is from connection 3'
- >>> root2['blob1'].open('r').read()
+ >>> tm2.get().abort()
+ >>> root4['blob1'].open('r').read()
'this is blob 1woot!this is from connection 3'
BlobStorages implementation of getSize() includes the blob data and adds it to
More information about the Zodb-checkins
mailing list