Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
faeedbb8
Commit
faeedbb8
authored
Sep 19, 2007
by
Nick Mathewson
🥄
Browse files
r15167@catbus: nickm | 2007-09-19 11:19:08 -0400
Fix unit tests for rendezvous descriptor parsing. svn:r11516
parent
a12debab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/test.c
View file @
faeedbb8
...
...
@@ -2934,7 +2934,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
,
1
<<
2
);
test_eq
(
d2
->
n_intro_points
,
3
);
test_streq
(
d2
->
intro_points
[
0
],
"tom"
);
test_streq
(
d2
->
intro_points
[
1
],
"crow"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment