aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_config
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 08:56:09 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-11 08:56:09 -0800
commit795764bf3afcc482917b250193166667e26185c0 (patch)
treee94c9fba7e736d582834b05c5332c5321e67de2f /test/core/client_config
parent2665f4f8b5815b2499a8635be6ebff08aabfe2db (diff)
Hit a few more paths in http_server_filter.c, sockaddr_resolver.c
Diffstat (limited to 'test/core/client_config')
-rw-r--r--test/core/client_config/resolvers/sockaddr_resolver_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/client_config/resolvers/sockaddr_resolver_test.c b/test/core/client_config/resolvers/sockaddr_resolver_test.c
index 666e6362fe..c94e46a2c7 100644
--- a/test/core/client_config/resolvers/sockaddr_resolver_test.c
+++ b/test/core/client_config/resolvers/sockaddr_resolver_test.c
@@ -107,6 +107,7 @@ int main(int argc, char **argv) {
test_fails(ipv6, "ipv6:[::]");
test_succeeds(ipv6, "ipv6:[::]:1234");
test_fails(ipv6, "ipv6:[::]:123456");
+ test_fails(ipv6, "ipv6:www.google.com");
grpc_resolver_factory_unref(ipv4);
grpc_resolver_factory_unref(ipv6);