[tor-commits] [stem/master] Recache manual data

atagar at torproject.org atagar at torproject.org
Sun Jun 2 18:42:49 UTC 2019


commit 1ef4ce30bd8acf872aed50d6621d14b51dbce460
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jun 2 10:56:32 2019 -0700

    Recache manual data
    
    Refreshing our manual data cache with tor's latest content, and updating one of
    our assertions to match tor's new commandline arguments.
---
 stem/cached_manual.sqlite | Bin 248832 -> 248832 bytes
 test/integ/manual.py      |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stem/cached_manual.sqlite b/stem/cached_manual.sqlite
index 477f3d79..5069976c 100644
Binary files a/stem/cached_manual.sqlite and b/stem/cached_manual.sqlite differ
diff --git a/test/integ/manual.py b/test/integ/manual.py
index 4806082b..a5cc1be5 100644
--- a/test/integ/manual.py
+++ b/test/integ/manual.py
@@ -38,7 +38,7 @@ EXPECTED_CATEGORIES = set([
   'AUTHORS',
 ])
 
-EXPECTED_CLI_OPTIONS = set(['-f FILE', '--hash-password PASSWORD', '--ignore-missing-torrc', '--defaults-torrc FILE', '--key-expiration [purpose]', '--list-fingerprint', '--list-deprecated-options', '--allow-missing-torrc', '--nt-service', '--verify-config', '--service remove|start|stop', '--passphrase-fd FILEDES', '--keygen [--newpass]', '--list-torrc-options', '--service install [--options command-line options]', '--quiet|--hush', '--version', '-h, -help'])
+EXPECTED_CLI_OPTIONS = set(['-f FILE', '--hash-password PASSWORD', '--ignore-missing-torrc', '--defaults-torrc FILE', '--key-expiration [purpose]', '--list-fingerprint', '--list-deprecated-options', '--allow-missing-torrc', '--nt-service', '--verify-config', '--service remove|start|stop', '--passphrase-fd FILEDES', '--keygen [--newpass]', '--list-torrc-options', '--service install [--options command-line options]', '--list-modules', '--quiet|--hush', '--version', '-h, -help'])
 EXPECTED_SIGNALS = set(['SIGTERM', 'SIGINT', 'SIGHUP', 'SIGUSR1', 'SIGUSR2', 'SIGCHLD', 'SIGPIPE', 'SIGXFSZ'])
 
 EXPECTED_DESCRIPTION = """
@@ -177,7 +177,7 @@ class TestManual(unittest.TestCase):
     assert_equal('signals', EXPECTED_SIGNALS, set(manual.signals.keys()))
     assert_equal('sighup description', 'Tor will catch this, clean up and sync to disk if necessary, and exit.', manual.signals['SIGTERM'])
 
-    assert_equal('number of files', 48, len(manual.files))
+    assert_equal('number of files', 47, len(manual.files))
     assert_equal('lib path description', 'The tor process stores keys and other data here.', manual.files['@LOCALSTATEDIR@/lib/tor/'])
 
     for category in Category:



More information about the tor-commits mailing list