mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
commit
7813b0e0ed
1 changed files with 2 additions and 0 deletions
|
@ -2721,6 +2721,8 @@ test_entry_guard_outdated_dirserver_exclusion(void *arg)
|
|||
smartlist_add(digests, (char*)prose);
|
||||
}
|
||||
|
||||
tt_int_op(smartlist_len(digests), OP_EQ, 20);
|
||||
|
||||
/* ... now mock some functions */
|
||||
mock_ns_val = tor_malloc_zero(sizeof(networkstatus_t));
|
||||
MOCK(networkstatus_get_latest_consensus_by_flavor, mock_ns_get_by_flavor);
|
||||
|
|
Loading…
Add table
Reference in a new issue