summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-10-30 11:44:14 -0400
committerDavid Goulet <dgoulet@torproject.org>2018-10-30 11:44:14 -0400
commitaa1ae1343a2e57dc5a7bcd045566a10175acdd10 (patch)
treee66449f323d8dad8ee92bb6d3a863a7bc5278f54 /src/test
parent124c43704c99a181001d471b8cb2071e66b42597 (diff)
parent488969fe9c4279477b1ff6da34ccf44ed19da8c7 (diff)
downloadtor-aa1ae1343a2e57dc5a7bcd045566a10175acdd10.tar.gz
tor-aa1ae1343a2e57dc5a7bcd045566a10175acdd10.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_hs_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c
index bfe50eb3c6..ee2d71aa75 100644
--- a/src/test/test_hs_service.c
+++ b/src/test/test_hs_service.c
@@ -1457,7 +1457,7 @@ test_build_update_descriptors(void *arg)
/* Time to test the update of those descriptors. At first, we have no node
* in the routerlist so this will find NO suitable node for the IPs. */
setup_full_capture_of_logs(LOG_INFO);
- update_all_descriptors(now);
+ update_all_descriptors_intro_points(now);
expect_log_msg_containing("Unable to find a suitable node to be an "
"introduction point for service");
teardown_capture_of_logs();
@@ -1508,7 +1508,7 @@ test_build_update_descriptors(void *arg)
/* We expect to pick only one intro point from the node above. */
setup_full_capture_of_logs(LOG_INFO);
- update_all_descriptors(now);
+ update_all_descriptors_intro_points(now);
tor_free(node->ri->onion_curve25519_pkey); /* Avoid memleak. */
tor_free(node->ri->cache_info.signing_key_cert);
tor_free(node->ri->onion_pkey);