diff options
author | Nick Mathewson <nickm@moving-castle.wangafu.net> | 2017-03-23 10:44:43 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@moving-castle.wangafu.net> | 2017-03-23 10:44:43 +0100 |
commit | 4f6025498dde54761967d00801616f33cf69f71c (patch) | |
tree | 7a7e5d4617850920a92c818ba8b4d4d9684ea82e /changes | |
parent | 567a56ae2e59aef26b31829f300c5700c7923f7b (diff) | |
download | tor-4f6025498dde54761967d00801616f33cf69f71c.tar.gz tor-4f6025498dde54761967d00801616f33cf69f71c.zip |
Use update_approx_time() to run a test 100 days in the past.
Fixes bug21799.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21799 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug21799 b/changes/bug21799 new file mode 100644 index 0000000000..ee2e904a35 --- /dev/null +++ b/changes/bug21799 @@ -0,0 +1,6 @@ + o Minor bugfixes (tests): + - Run the entry_guard_parse_from_state_full test with the time set + to a specific date. (The guard state that this test was parsing + contained guards that had expired since the test was first + written.) Fixes bug 21799; bugfix on 0.3.0.1-alpha. + |