Commit 191ae761 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e87a97aa
......@@ -1315,14 +1315,19 @@ def test_wcfs():
w_assertPin( {2:at3, 5:at0})
f.assertBlk(1, '', {wl3: {}, wl3_: {}})
w_assertPin( {2:at3, 5:at0})
f.assertBlk(2, '5c', {wl3: {}, wl3_: {}}) # blk2 already pinned on wl3
w_assertPin( {2:at3, 5:at0})
f.assertBlk(3, '5d', {wl3: {3: at2}, wl3_: {}}) # wl3_ not notified
f.assertBlk(3, '5d', {wl3: {3:at2}, wl3_: {}}) # wl3_ not notified
w_assertPin( {2:at3, 3:at2, 5:at0})
f.assertBlk(4, '', {wl3: {}, wl3_: {}})
w_assertPin( {2:at3, 3:at2, 5:at0})
f.assertBlk(5, '4f', {wl3: {}, wl3_: {}})
w_assertPin( {2:at3, 3:at2, 5:at0})
# XXX 2 opened watchs for 1 file at the same time
......
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