diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-12 09:28:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-12 09:28:27 -0500 |
commit | f2168d28f7aa981c0ecdb9823ae18f11b578f57f (patch) | |
tree | b3690bba24678f0f5920b856d2345ed6564e036e /changes/bug40187 | |
parent | 7d8290f0ac99eda30926edcfce2a8652b26fd743 (diff) | |
download | tor-f2168d28f7aa981c0ecdb9823ae18f11b578f57f.tar.gz tor-f2168d28f7aa981c0ecdb9823ae18f11b578f57f.zip |
Fake the current time when we're loading TEST_DESCRIPTORS.
Fixes bug 40187; bugfix on 0.4.5.1-alpha.
Diffstat (limited to 'changes/bug40187')
-rw-r--r-- | changes/bug40187 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40187 b/changes/bug40187 new file mode 100644 index 0000000000..563e4b4d76 --- /dev/null +++ b/changes/bug40187 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - Fix unit tests that used newly generated list of routers so that they + check them with respect to the date when they were generated, not + with respect to the current time. Fixes bug 40187; bugfix on + 0.4.5.1-alpha. |