summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-26 12:30:00 +0200
committerNick Mathewson <nickm@torproject.org>2017-03-26 12:30:00 +0200
commita5130de43297373ec93c3623689e42cc1384b3f9 (patch)
tree535034d688ee7fad2116fb02af148696c48d69cc
parent47f587c4ca801c7e8aa469c9d4110c8c1f638de5 (diff)
downloadtor-a5130de43297373ec93c3623689e42cc1384b3f9.tar.gz
tor-a5130de43297373ec93c3623689e42cc1384b3f9.zip
Tweak test_entrynodes comment
-rw-r--r--src/test/test_entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c
index 602aee9af3..95c8f6c336 100644
--- a/src/test/test_entrynodes.c
+++ b/src/test/test_entrynodes.c
@@ -584,7 +584,7 @@ test_entry_guard_parse_from_state_full(void *arg)
smartlist_t *text = smartlist_new();
char *joined = NULL;
- // So nodes aren't expired
+ // So nodes aren't expired. This is Tue, 13 Dec 2016 09:37:14 GMT
update_approx_time(1481621834);
MOCK(entry_guard_is_listed, mock_entry_guard_is_listed);