mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
r14059@tombo: nickm | 2008-02-08 13:36:34 -0500
downgrade xxxs in test.c svn:r13426
This commit is contained in:
parent
23a9c9695b
commit
8ab4b0d302
1 changed files with 2 additions and 2 deletions
|
@ -2789,7 +2789,7 @@ test_v3_networkstatus(void)
|
||||||
test_assert(!rs->is_v2_dir);
|
test_assert(!rs->is_v2_dir);
|
||||||
test_assert(!rs->is_valid);
|
test_assert(!rs->is_valid);
|
||||||
test_assert(!rs->is_named);
|
test_assert(!rs->is_named);
|
||||||
/* XXXX020 check version */
|
/* XXXX check version */
|
||||||
|
|
||||||
rs = smartlist_get(con->routerstatus_list, 1);
|
rs = smartlist_get(con->routerstatus_list, 1);
|
||||||
/* This one showed up in 3 digests. Twice with ID 'M', once with 'Z'. */
|
/* This one showed up in 3 digests. Twice with ID 'M', once with 'Z'. */
|
||||||
|
@ -2811,7 +2811,7 @@ test_v3_networkstatus(void)
|
||||||
test_assert(rs->is_v2_dir);
|
test_assert(rs->is_v2_dir);
|
||||||
test_assert(rs->is_valid);
|
test_assert(rs->is_valid);
|
||||||
test_assert(!rs->is_named);
|
test_assert(!rs->is_named);
|
||||||
/* XXXX020 check version */
|
/* XXXX check version */
|
||||||
|
|
||||||
/* Check signatures. the first voter hasn't got one. The second one
|
/* Check signatures. the first voter hasn't got one. The second one
|
||||||
* does: validate it. */
|
* does: validate it. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue