[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.3.2] Adjust test, now that there are 9 dirauths again
commit a5f5bda462d489cb02f97e9847011b46a350512a
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon Oct 23 09:11:07 2017 -0400
Adjust test, now that there are 9 dirauths again
---
src/test/test_config.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test_config.c b/src/test/test_config.c
index 90ea4da87..b48d5e8d2 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -1632,8 +1632,8 @@ test_config_adding_default_trusted_dir_servers(void *arg)
/* Assume we have eight V3 authorities */
add_default_trusted_dir_authorities(V3_DIRINFO);
- tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 8);
- tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 9);
+ tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 9);
+ tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 10);
done:
clear_dir_servers();
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits