aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/req_test.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-02-05 00:17:52 -0800
committerGarrett D'Amore <garrett@damore.org>2020-02-05 00:31:11 -0800
commitb46d532dc90b52eec42376e8c75bed5c6c7416a4 (patch)
treea93bffc9e0643190648a770ad96af43a4f00a4e7 /src/protocol/reqrep0/req_test.c
parentbd13268f356f83d541c4bce09eae02287d4ddbd9 (diff)
downloadnng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.tar.gz
nng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.tar.bz2
nng-b46d532dc90b52eec42376e8c75bed5c6c7416a4.zip
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.
Diffstat (limited to 'src/protocol/reqrep0/req_test.c')
-rw-r--r--src/protocol/reqrep0/req_test.c4
1 files changed, 2 insertions, 2 deletions
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 },