Commit d14b21f9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 932cf47e
...@@ -621,7 +621,7 @@ def test_wcfs(): ...@@ -621,7 +621,7 @@ def test_wcfs():
pinv = w.expectPin([(zf, 2, at1), (zf, 3, at0)]) pinv = w.expectPin([(zf, 2, at1), (zf, 3, at0)])
#pinv = w.expectPin({zf: [(2, at1), (3, at0)]}) XXX <- this way better? (sugar) #pinv = w.expectPin({zf: [(2, at1), (3, at0)]}) XXX <- this way better? (sugar)
for p in pinv: for p in pinv:
p.ack() p.reply(b"ack")
go(_) go(_)
assert w.sendReq(b"watch %s @%s" % (h(zf._p_oid), h(at1))) == "ok" assert w.sendReq(b"watch %s @%s" % (h(zf._p_oid), h(at1))) == "ok"
print('\nBBB\n') print('\nBBB\n')
......
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