Commit 2e4b3eca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5e45a6ee
......@@ -189,7 +189,7 @@ def test_wcfs_client_down_efault():
at2 = t.commit()
at3 = t.commit(zf2, {1:'β3', 2:'γ3'})
wconn = t.wc.connect(at1) # XXX -> at3
wconn = t.wc.connect(at3)
defer(wconn.close)
fh1 = wconn.open(zf1._p_oid); defer(fh1.close)
......
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