Commit a2d5e715 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 44e100be
...@@ -1423,11 +1423,9 @@ def test_wcfs(): ...@@ -1423,11 +1423,9 @@ def test_wcfs():
f.assertBlk(5, 'f5', {wl3: {5:at4}, wl3_: {}}) f.assertBlk(5, 'f5', {wl3: {5:at4}, wl3_: {}})
w_assertPin( {2:at4, 3:at2, 5:at4}) w_assertPin( {2:at4, 3:at2, 5:at4})
return
# advance watch again # advance watch again
wl3.watch(zf, at5, {2:None, 3:None}) # at4 -> at5 wl3.watch(zf, at5, {2:None, 3:None, 5:None}) # at4 -> at5
w_assertPin( {}) # XXX + 5 w_assertPin( {})
wl3.close() wl3.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