From b46d532dc90b52eec42376e8c75bed5c6c7416a4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 5 Feb 2020 00:17:52 -0800 Subject: Survey test rewrite. This bumps the coverage for survey up. While here fixed a few nits in req test, and removed the now pointless legacy survey and respond tests. --- src/protocol/reqrep0/req_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocol/reqrep0') diff --git a/src/protocol/reqrep0/req_test.c b/src/protocol/reqrep0/req_test.c index 6cb06f62..fa685e52 100644 --- a/src/protocol/reqrep0/req_test.c +++ b/src/protocol/reqrep0/req_test.c @@ -921,8 +921,8 @@ test_req_validate_peer(void) } TEST_LIST = { - { "req rep identity", test_req_identity }, - { "req resend option", test_req_ttl_option }, + { "req identity", test_req_identity }, + { "req ttl option", test_req_ttl_option }, { "req resend option", test_req_resend_option }, { "req recv bad state", test_req_recv_bad_state }, { "req recv garbage", test_req_recv_garbage }, -- cgit v1.2.3-70-g09d2