mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
24ba5fd748
Previously the coverage on this function was mostly accidental, coming as it did from test_entryconn.c. These new tests use mocking to ensure that we actually hit the different failure and retry cases of addressmap_get_virtual_address(), and make our test coverage a bit more deterministic. Closes ticket 25993.
5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
o Minor features (testing):
|
|
- We now have improved testing for addressmap_get_virtual_address()
|
|
function. This should improve our test coverage, and make our test
|
|
coverage more deterministic. Closes ticket 25993.
|