diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-21 14:46:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-21 14:46:04 -0400 |
commit | b064e0420ab363a5cd5832bac5e39dd1992c2b3c (patch) | |
tree | 1832a2254c91df10eb8ccb876dbe5b20d7c6188c /changes/bug32175 | |
parent | 171a741901d7368a4fbb6573ff7a6f3bbfd8341c (diff) | |
download | tor-b064e0420ab363a5cd5832bac5e39dd1992c2b3c.tar.gz tor-b064e0420ab363a5cd5832bac5e39dd1992c2b3c.zip |
Changes file for 32175 (test_options.c cleanup)
Diffstat (limited to 'changes/bug32175')
-rw-r--r-- | changes/bug32175 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug32175 b/changes/bug32175 new file mode 100644 index 0000000000..ac78dcf340 --- /dev/null +++ b/changes/bug32175 @@ -0,0 +1,6 @@ + o Minor bugfixes (tests): + - Our option-validation tests no longer depend on specially configured + non-default, non-passing set of options. Previously, the tests had + been written to assume that options would _not_ be set to their + defaults, which led to needless complexity and verbosity. + Fixes bug 32175; bugfix on 0.2.8.1-alpha. |