r15841@catbus: nickm | 2007-10-16 09:49:19 -0400

Backport unit test fix for revised hidden service code.


svn:r11980
This commit is contained in:
Nick Mathewson 2007-10-16 13:59:32 +00:00
parent b031d6c139
commit a58ba03b85
1 changed files with 1 additions and 1 deletions

View File

@ -1815,7 +1815,7 @@ test_rend_fns(void)
test_assert(!crypto_pk_cmp_keys(d1->pk, d2->pk));
test_eq(d2->timestamp, now);
test_eq(d2->version, 0);
test_eq(d2->protocols, 1);
test_eq(d2->protocols, 4);
test_eq(d2->n_intro_points, 3);
test_streq(d2->intro_points[0], "tom");
test_streq(d2->intro_points[1], "crow");