mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r14059@tombo: nickm | 2008-02-08 13:36:34 -0500
downgrade xxxs in test.c svn:r13426
This commit is contained in:
+2
-2
@@ -2789,7 +2789,7 @@ test_v3_networkstatus(void)
|
||||
test_assert(!rs->is_v2_dir);
|
||||
test_assert(!rs->is_valid);
|
||||
test_assert(!rs->is_named);
|
||||
/* XXXX020 check version */
|
||||
/* XXXX check version */
|
||||
|
||||
rs = smartlist_get(con->routerstatus_list, 1);
|
||||
/* 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_valid);
|
||||
test_assert(!rs->is_named);
|
||||
/* XXXX020 check version */
|
||||
/* XXXX check version */
|
||||
|
||||
/* Check signatures. the first voter hasn't got one. The second one
|
||||
* does: validate it. */
|
||||
|
||||
Reference in New Issue
Block a user