diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-08 20:09:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-08 20:09:42 -0400 |
commit | a0f051137de293342d692df1d2cfa1386e5e7769 (patch) | |
tree | 7dd6e5f9560a9b5dabcbdf69a54d30eb233bbddc /changes | |
parent | 26990f3adc06d6907029d4580abdf3488153737e (diff) | |
parent | 24ba5fd748a9a27a6069312961843d5f8f662f93 (diff) | |
download | tor-a0f051137de293342d692df1d2cfa1386e5e7769.tar.gz tor-a0f051137de293342d692df1d2cfa1386e5e7769.zip |
Merge branch 'ticket25993_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25993 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket25993 b/changes/ticket25993 new file mode 100644 index 0000000000..8eafcd1812 --- /dev/null +++ b/changes/ticket25993 @@ -0,0 +1,4 @@ + 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. |