aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33919
diff options
context:
space:
mode:
authorMrSquanchee <usuraj35@gmail.com>2020-04-21 18:23:42 +0530
committerNick Mathewson <nickm@torproject.org>2020-07-13 09:46:11 -0400
commitc84ce716dce09eb26f26e3303efa2c0a04a870b7 (patch)
tree5818377964029257d17b9482d1f535f03e6a82f1 /changes/ticket33919
parentb119c5577678b14f320a1a5cd58d8f591cb3084d (diff)
downloadtor-c84ce716dce09eb26f26e3303efa2c0a04a870b7.tar.gz
tor-c84ce716dce09eb26f26e3303efa2c0a04a870b7.zip
Added tests
Added tests for channel_matches_target_addr_for_extend(). Ticket #33919.
Diffstat (limited to 'changes/ticket33919')
-rw-r--r--changes/ticket339193
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket33919 b/changes/ticket33919
new file mode 100644
index 0000000000..a9991b7419
--- /dev/null
+++ b/changes/ticket33919
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Added unit tests for channel_matches_target_addr_for_extend().
+ Closes Ticket 33919. Patch by MrSquanchee.