Browse Source

r14059@tombo: nickm | 2008-02-08 13:36:34 -0500
downgrade xxxs in test.c


svn:r13426

Nick Mathewson 17 years ago
parent
commit
8ab4b0d302
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/test.c

+ 2 - 2
src/or/test.c

@@ -2789,7 +2789,7 @@ test_v3_networkstatus(void)
   test_assert(!rs->is_v2_dir);
   test_assert(!rs->is_valid);
   test_assert(!rs->is_named);
-  /* XXXX020 check version */
+  /* XXXX check version */
 
   rs = smartlist_get(con->routerstatus_list, 1);
   /* This one showed up in 3 digests. Twice with ID 'M', once with 'Z'.  */
@@ -2811,7 +2811,7 @@ test_v3_networkstatus(void)
   test_assert(rs->is_v2_dir);
   test_assert(rs->is_valid);
   test_assert(!rs->is_named);
-  /* XXXX020 check version */
+  /* XXXX check version */
 
   /* Check signatures.  the first voter hasn't got one.  The second one
    * does: validate it. */