]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweak test_entrynodes comment
authorNick Mathewson <nickm@torproject.org>
Sun, 26 Mar 2017 10:30:00 +0000 (12:30 +0200)
committerNick Mathewson <nickm@torproject.org>
Sun, 26 Mar 2017 10:30:00 +0000 (12:30 +0200)
src/test/test_entrynodes.c

index 602aee9af398e26bdaea09e8a3651813638c7613..95c8f6c336530ce88544cee6caf0c035ac050cd8 100644 (file)
@@ -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);