diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-15 21:39:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-15 21:39:12 -0400 |
commit | c72a94ea1c51b53aa174f82da11cdbc8a99b3c40 (patch) | |
tree | bf89c1f938ea18cc8be223e05f1b4f3e145703c7 | |
parent | d68465754827d61c8aebd8a5d8af53f13296acf3 (diff) | |
download | tor-c72a94ea1c51b53aa174f82da11cdbc8a99b3c40.tar.gz tor-c72a94ea1c51b53aa174f82da11cdbc8a99b3c40.zip |
Add a changes file for 13119
-rw-r--r-- | changes/ticket_13119 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket_13119 b/changes/ticket_13119 new file mode 100644 index 0000000000..042106eeab --- /dev/null +++ b/changes/ticket_13119 @@ -0,0 +1,6 @@ + o Code refactoring: + - Revise all unit tests that used the legacy test_* macros to + instead use the recommended tt_* macros. This patch was + generated with coccinelle, to avoid manual errors. Closes + ticket 13119. + |