aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-26 11:39:43 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-26 11:39:43 -0400
commit06414b992201764e885962d5ed27bcae699745be (patch)
treea4122d2b92c4f8c87cc8a52746859c622e8dd14d /src/test
parent82a68be69a696e8aa96203ad00d1f0cda24fee4f (diff)
parent8f59661dbaa25b54a9fad8a8dc5322a7778a7fc7 (diff)
downloadtor-06414b992201764e885962d5ed27bcae699745be.tar.gz
tor-06414b992201764e885962d5ed27bcae699745be.zip
Merge branch 'maint-0.3.1'
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_channelpadding.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c
index 0a70184f86..3b889991b6 100644
--- a/src/test/test_channelpadding.c
+++ b/src/test/test_channelpadding.c
@@ -795,8 +795,6 @@ test_channelpadding_decide_to_pad_channel(void *arg)
tried_to_write_cell = 0;
chan->next_padding_time_ms = monotime_coarse_absolute_msec() - 100;
decision = channelpadding_decide_to_pad_channel(chan);
- expect_log_msg("Channel padding timeout scheduled 100ms in the past. "
- "Did the monotonic clock just jump?\n");
tt_int_op(decision, OP_EQ, CHANNELPADDING_PADDING_SENT);
tt_int_op(tried_to_write_cell, OP_EQ, 1);
tt_assert(!chan->pending_padding_callback);