aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-01-12 10:11:45 -0500
committerNick Mathewson <nickm@torproject.org>2016-01-12 10:11:45 -0500
commit91b3fa3636eecc15688263e32133e97fcce36c93 (patch)
tree2108230e7320a2a5c711bfb10505730ce986f803 /changes
parent1c139f60d201a574fc30d8f53786b6727bef762c (diff)
parent9e5a6f02937912fbb2a1582aae99186310192fa1 (diff)
downloadtor-91b3fa3636eecc15688263e32133e97fcce36c93.tar.gz
tor-91b3fa3636eecc15688263e32133e97fcce36c93.zip
Merge remote-tracking branch 'fergus-dall/log_heartbeat_test'
Diffstat (limited to 'changes')
-rw-r--r--changes/log_heartbeat_test5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/log_heartbeat_test b/changes/log_heartbeat_test
new file mode 100644
index 0000000000..f0d143b6de
--- /dev/null
+++ b/changes/log_heartbeat_test
@@ -0,0 +1,5 @@
+ o Minor bugfix (testing):
+ - The test for log_heartbeat was incorrectly failing in timezones
+ with non-integer offsets. Instead of comparing the end of the
+ time string against a constant, compare it to the output of
+ format_local_iso_time when given the correct input.