summaryrefslogtreecommitdiff
path: root/changes/address_tests
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-01 14:48:33 -0500
committerNick Mathewson <nickm@torproject.org>2013-03-01 14:48:33 -0500
commita6c763084570b07fc240415f01114a6937e66e48 (patch)
treeda8d6f49c30e65a28eea9df4b7710468ce0d7fe5 /changes/address_tests
parent6dfa709030935060d22e06aa75032a93bd606328 (diff)
downloadtor-a6c763084570b07fc240415f01114a6937e66e48.tar.gz
tor-a6c763084570b07fc240415f01114a6937e66e48.zip
Unit tests for a few more functions and cases in address.c
This brings address's coverage up over 80%.
Diffstat (limited to 'changes/address_tests')
-rw-r--r--changes/address_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/address_tests b/changes/address_tests
new file mode 100644
index 0000000000..b5a8012436
--- /dev/null
+++ b/changes/address_tests
@@ -0,0 +1,2 @@
+ o New unit tests:
+ - More unit tests for address-manipulation functions.