From: Nick Mathewson Date: Tue, 15 Apr 2014 19:03:49 +0000 (-0400) Subject: add changes file for 11507 X-Git-Tag: tor-0.2.5.4-alpha~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e9053974b5958fae3fdc6f73cae4ae11d71a348;p=thirdparty%2Ftor.git add changes file for 11507 --- diff --git a/changes/11507 b/changes/11507 new file mode 100644 index 0000000000..f656d90802 --- /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.