aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-04-27 10:42:33 -0700
committerGravatar GitHub <noreply@github.com>2017-04-27 10:42:33 -0700
commit8c71bde9b04c873aa4f4b6b65ef7711ac0d7b468 (patch)
tree4c1132a9b04101ddf2480042f7c5d7431fac408d /test/core
parentf7cd5859016212dc6a172fe42ad9e7216bd99502 (diff)
parenta04aeec396a6224b4fefed58319b40f6fa99c69e (diff)
Merge pull request #10522 from jiangtaoli2016/new_tsi
Update TSI with new non-blocking TSI interfaces.
Diffstat (limited to 'test/core')
-rw-r--r--test/core/tsi/transport_security_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/tsi/transport_security_test.c b/test/core/tsi/transport_security_test.c
index ee4a37c314..4214407823 100644
--- a/test/core/tsi/transport_security_test.c
+++ b/test/core/tsi/transport_security_test.c
@@ -376,6 +376,8 @@ static void test_handshaker_invalid_args(void) {
TSI_INVALID_ARGUMENT);
GPR_ASSERT(tsi_handshaker_get_bytes_to_send_to_peer(NULL, NULL, NULL) ==
TSI_INVALID_ARGUMENT);
+ GPR_ASSERT(tsi_handshaker_next(NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL) ==
+ TSI_INVALID_ARGUMENT);
}
static void test_handshaker_invalid_state(void) {