[tor-commits] [tor/master] Fix a couple of routerstatus-based tests.

asn at torproject.org asn at torproject.org
Fri Oct 30 12:15:39 UTC 2020


commit bae5ba807352de10b0c93e1c048d179b0a9a5a13
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Oct 16 09:48:56 2020 -0400

    Fix a couple of routerstatus-based tests.
---
 src/test/test_dir.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/test/test_dir.c b/src/test/test_dir.c
index 88fbd5ca7d..afbf5f010e 100644
--- a/src/test/test_dir.c
+++ b/src/test/test_dir.c
@@ -6906,7 +6906,8 @@ test_dir_matching_flags(void *arg)
     "r example hereiswhereyouridentitygoes 2015-08-30 12:00:00 "
        "192.168.0.1 9001 0\n"
     "m thisoneislongerbecauseitisa256bitmddigest33\n"
-    "s\n";
+    "s\n"
+    "pr Link=4\n";
   const char *cp = ex_noflags;
   rs_noflags = routerstatus_parse_entry_from_string(
          area, &cp,
@@ -6920,6 +6921,7 @@ test_dir_matching_flags(void *arg)
                  "r example hereiswhereyouridentitygoes 2015-08-30 12:00:00 " \
                  "192.168.0.1 9001 0\n"                                 \
                  "m thisoneislongerbecauseitisa256bitmddigest33\n"      \
+                 "pr Link=4\n"                                          \
                  "s %s\n", string);                                     \
     cp = s;                                                             \
     rs =  routerstatus_parse_entry_from_string(                         \
@@ -6977,7 +6979,8 @@ test_dir_assumed_flags(void *arg)
     "r example hereiswhereyouridentitygoes 2015-08-30 12:00:00 "
        "192.168.0.1 9001 0\n"
     "m thisoneislongerbecauseitisa256bitmddigest33\n"
-    "s Fast Guard Stable\n";
+    "s Fast Guard Stable\n"
+    "pr Link=4\n";
   const char *eos = str1 + strlen(str1);
 
   const char *cp = str1;





More information about the tor-commits mailing list