aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-15 15:03:49 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-15 15:03:49 -0400
commit1e9053974b5958fae3fdc6f73cae4ae11d71a348 (patch)
tree887f7855b3c58ce9ccee1280787e02dcb32fe310 /changes
parent3ce3984772b673b82a87aded1bc8a1a0f1969e19 (diff)
downloadtor-1e9053974b5958fae3fdc6f73cae4ae11d71a348.tar
tor-1e9053974b5958fae3fdc6f73cae4ae11d71a348.tar.gz
add changes file for 11507
Diffstat (limited to 'changes')
-rw-r--r--changes/115077
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/11507 b/changes/11507
new file mode 100644
index 000000000..f656d9080
--- /dev/null
+++ b/changes/11507
@@ -0,0 +1,7 @@
+ o Testing support:
+ - New macros in test.h to simplify writting mock-functions for unit
+ tests. Part of ticket 11507. Patch from Dana Koch.
+
+ o Testing:
+ - Complete tests for the status.c module. Resolves ticket 11507.
+ Patch from Dana Koch.