Commit b7b3d908 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 28e813dc
......@@ -1266,7 +1266,7 @@ def test_wcfs_basic():
# verify that watch setup is robust to client errors/misbehaviour.
@func
def test_wcfs_inv_watch_robust():
def test_wcfs_watch_robust():
t = tDB(); zf = t.zfile
defer(t.close)
......@@ -1332,7 +1332,11 @@ def test_wcfs_inv_watch_robust():
# verify that watch setup/update sends correct pins.
@func
def test_wcfs_watch_setup():
t = tDB(); zf = t.zfile
defer(t.close)
# some watch setup/update requests with explicit pinok (also partly
# verifies how tWatchLink.watch computes automatic pinok)
wl = t.openwatch()
......
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