]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix unit test failure introduced by #20002
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Sep 2016 17:40:38 +0000 (13:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Sep 2016 17:40:38 +0000 (13:40 -0400)
commit075c52084dbcf09cc73efbc2bbf34c7148314329
tree1e1b56741e186d33e11b39fe626a5e5e2756bae6
parenta49fee1c29a66455ac9cbff1a5bde58f19928f94
Fix unit test failure introduced by #20002

Updating the consensus algorithm made a non-valid node never get
listed, which messed up some other tests.
src/test/test_dir.c
src/test/test_dir_common.c