]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adjust test, now that there are 9 dirauths again
authorNick Mathewson <nickm@torproject.org>
Mon, 23 Oct 2017 13:11:07 +0000 (09:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 23 Oct 2017 13:11:07 +0000 (09:11 -0400)
src/test/test_config.c

index 90ea4da87d90643afaea017527d6647c9c340855..b48d5e8d29da2dfe1177ff86451f6e5745f8514c 100644 (file)
@@ -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();