]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add changes file for 11507
authorNick Mathewson <nickm@torproject.org>
Tue, 15 Apr 2014 19:03:49 +0000 (15:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Apr 2014 19:03:49 +0000 (15:03 -0400)
changes/11507 [new file with mode: 0644]

diff --git a/changes/11507 b/changes/11507
new file mode 100644 (file)
index 0000000..f656d90
--- /dev/null
@@ -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.