aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_circuitbuild.c
AgeCommit message (Collapse)Author
2017-04-03Capture expected log in test_circuitbuild.cTaylor Yu
Capture the warning for the unhandled circuit purpose test case, both to clean up the test log and to confirm that it gets logged.
2017-04-03Test unhandled purpose in route_len_for_purpose()Taylor Yu
Check that route_len_for_purpose() (helper for new_route_len()) correctly fails a non-fatal bug assertion if it encounters an unhandled circuit purpose when it is called with exit node info.
2017-04-03Add tests for new_route_len()Taylor Yu