Commit c6766619 authored by Christian Theune's avatar Christian Theune

- fixed test for conflicts

parent c84b4e18
......@@ -184,7 +184,8 @@ connections:
>>> 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment