From 3ba30e16ad105e25cf05f803beef0dd47df999fc Mon Sep 17 00:00:00 2001 From: Nathaniel Manista Date: Wed, 23 Sep 2015 15:22:15 +0000 Subject: Drop issue 527 TODOs for interop specification The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. --- src/csharp/Grpc.IntegrationTesting/proto/test.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'src/csharp/Grpc.IntegrationTesting') diff --git a/src/csharp/Grpc.IntegrationTesting/proto/test.proto b/src/csharp/Grpc.IntegrationTesting/proto/test.proto index f9e0d2a039..5496f72af0 100644 --- a/src/csharp/Grpc.IntegrationTesting/proto/test.proto +++ b/src/csharp/Grpc.IntegrationTesting/proto/test.proto @@ -44,7 +44,6 @@ service TestService { rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty); // One request followed by one response. - // TODO(Issue 527): Describe required server behavior. rpc UnaryCall(SimpleRequest) returns (SimpleResponse); // One request followed by a sequence of responses (streamed download). -- cgit v1.2.3