diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2019-04-17 23:21:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-13 14:30:35 -0400 |
commit | 42eb02a32730099e0320c7ee8b9fb0035d948bb4 (patch) | |
tree | 43afd63ca7133007cabd0b34684ca95fd0457d6f /src/test/test_options.c | |
parent | 621ea2315b3f53a9ef4ace9f3f6cb2f03a241042 (diff) | |
download | tor-42eb02a32730099e0320c7ee8b9fb0035d948bb4.tar.gz tor-42eb02a32730099e0320c7ee8b9fb0035d948bb4.zip |
Tests for bugs 28683, 30173, and 29203.
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r-- | src/test/test_options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index f12e6b6763..396be6b18d 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -430,6 +430,7 @@ get_options_test_data(const char *conf) // Being kinda lame and just fixing the immedate breakage for now.. result->opt->ConnectionPadding = -1; // default must be "auto" result->opt->DormantClientTimeout = 1800; // must be over 600. + result->opt->CircuitPadding = 1; // default must be "1" rv = config_get_lines(conf, &cl, 1); tt_int_op(rv, OP_EQ, 0); |