commit b064e0420ab363a5cd5832bac5e39dd1992c2b3c Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 21 14:46:04 2019 -0400
Changes file for 32175 (test_options.c cleanup) --- changes/bug32175 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/bug32175 b/changes/bug32175 new file mode 100644 index 000000000..ac78dcf34 --- /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.
tor-commits@lists.torproject.org