add changes file for 11507

This commit is contained in:
Nick Mathewson 2014-04-15 15:03:49 -04:00
parent 3ce3984772
commit 1e9053974b

7
changes/11507 Normal file
View File

@ -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.