]> git.ipfire.org Git - thirdparty/tor.git/commit
Base tests for 11243: test parsing for md, ei, and ri.
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Oct 2014 13:06:04 +0000 (09:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Oct 2014 18:30:02 +0000 (14:30 -0400)
commit24dfbfda1db41d0e9feb5def09e1b7ede350de40
treef1692a0cc63aa0f0d9fdc9352a4bdbb6e2dc360f
parenta30594605e60d3a581f21c71a7d9e7a062800e3d
Base tests for 11243: test parsing for md, ei, and ri.

We didn't really have test coverage for these parsing functions, so
I went and made some.  These tests also verify that the parsing
functions set the list of invalid digests correctly.
src/test/example_extrainfo.inc [new file with mode: 0644]
src/test/failing_routerdescs.inc [new file with mode: 0644]
src/test/include.am
src/test/test_dir.c
src/test/test_microdesc.c