Commit 410621dd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 36d7ed95
......@@ -1200,12 +1200,6 @@ def test_wcfs_watch_robust():
# file not yet opened on wcfs
print('\n\nAAA')
wl = t.openwatch()
print('\n\nBBB')
assert "zzz" == "qqq"
print('\n\n\nalpha\n\n\n')
x = wl.sendReq(timeout(), b"watch %s @%s" % (h(zf._p_oid), h(at1)))
print(x)
print('\n\nBBB 2')
assert wl.sendReq(timeout(), b"watch %s @%s" % (h(zf._p_oid), h(at1))) == \
"error setup watch f<%s> @%s: " % (h(zf._p_oid), h(at1)) + \
"file not yet known to wcfs or is not a ZBigFile"
......
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