Merge remote-tracking branch 'fergus-dall/log_heartbeat_test'

This commit is contained in:
Nick Mathewson
2016-01-12 10:11:45 -05:00
2 changed files with 10 additions and 3 deletions
+5
View File
@@ -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.