aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerlist.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-10-25 19:54:48 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2017-10-25 20:22:52 +0300
commit1a6814c096b0fa6fbfd2a1688b29dbc8143d6568 (patch)
tree8dcac378029864fde01a7665708286aa181be831 /src/test/test_routerlist.c
parentdfd3ed5bdc252ad2c3afed922e5dcd955eff1d68 (diff)
downloadtor-1a6814c096b0fa6fbfd2a1688b29dbc8143d6568.tar.gz
tor-1a6814c096b0fa6fbfd2a1688b29dbc8143d6568.zip
Fix offending unittest and add changes file for #23862.
Diffstat (limited to 'src/test/test_routerlist.c')
-rw-r--r--src/test/test_routerlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
index b131dd9592..81451a4bc4 100644
--- a/src/test/test_routerlist.c
+++ b/src/test/test_routerlist.c
@@ -508,8 +508,7 @@ test_directory_guard_fetch_with_no_dirinfo(void *arg)
tt_int_op(retval, OP_EQ, 0);
/* Make sure that our primary guard was chosen */
- /* BUG #23862 falls back to dirserver list!! */
- expect_log_msg_containing("falling back to dirserver list");
+ expect_log_msg_containing("Selected primary guard router3");
done:
tor_free(consensus_text_md);