Commit f76dfed1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 34a6222c
......@@ -188,7 +188,7 @@ def test_wcfs_client_down_efault():
defer(t.close)
at1 = t.commit(zf1, {2:'c1', 3:'d1'})
zf2 = t.root['zfile2'] = ZBigFile(zf1.blksize) # XXX blksize=zf1.blksize?
zf2 = t.root['zfile2'] = ZBigFile(zf1.blksize)
at2 = t.commit()
at3 = t.commit(zf2, {1:'β3', 2:'γ3'})
......
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