File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/unit/test/sansio/handshake Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ BOOST_AUTO_TEST_CASE(db_nonempty_unsupported)
50
50
// Run the test
51
51
algo_test ()
52
52
.expect_read (server_hello_builder ().caps (min_caps).auth_data (mnp_challenge).build ())
53
- .check (fix, client_errc::server_unsupported); // TODO: some diagnostics here would be great
53
+ .check (fix, client_errc::server_unsupported);
54
54
}
55
55
56
56
// If the user didn't request a DB, we don't send it
@@ -126,7 +126,7 @@ BOOST_AUTO_TEST_CASE(multiq_true_unsupported)
126
126
// Run the test
127
127
algo_test ()
128
128
.expect_read (server_hello_builder ().caps (min_caps).auth_data (mnp_challenge).build ())
129
- .check (fix, client_errc::server_unsupported); // TODO: some diagnostics here would be great
129
+ .check (fix, client_errc::server_unsupported);
130
130
}
131
131
132
132
// We don't request it but the server supports it. We request the server to disable it
@@ -339,7 +339,7 @@ BOOST_AUTO_TEST_CASE(caps_mandatory)
339
339
// Run the test
340
340
algo_test ()
341
341
.expect_read (server_hello_builder ().caps (tc.caps ).auth_data (mnp_challenge).build ())
342
- .check (fix, client_errc::server_unsupported); // TODO: some diagnostics here would be great
342
+ .check (fix, client_errc::server_unsupported);
343
343
}
344
344
}
345
345
}
You can’t perform that action at this time.
0 commit comments