diff options
author | yangg <yangg@google.com> | 2014-12-17 16:48:06 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2014-12-19 13:07:20 -0800 |
commit | 246ec3bd3a386a7ccf8516425214b7ac368436a9 (patch) | |
tree | 4e8f8e9b89c4ca7e32c01f1f622223619b3b1a2c /test | |
parent | fd2f3ac91d6992305522ca3729b6dd527a299e8f (diff) |
Set host to channel's target when creating a call.
Change on 2014/12/17 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82377896
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/end2end/async_test_server.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/end2end/async_test_server.cc b/test/cpp/end2end/async_test_server.cc index 0a40dbbbd9..f18b6c00bc 100644 --- a/test/cpp/end2end/async_test_server.cc +++ b/test/cpp/end2end/async_test_server.cc @@ -90,7 +90,6 @@ void AsyncTestServer::MainLoop() { gpr_log(GPR_INFO, "SERVER_RPC_NEW %p", server_context); if (server_context) { EXPECT_EQ(server_context->method(), "/foo"); - EXPECT_EQ(server_context->host(), "localhost"); // TODO(ctiller): verify deadline server_context->Accept(cq_.cq()); // Handle only one rpc at a time. |