Add service symbol checking to testFileContainingSymbol

This commit is contained in:
Menghan Li
2016-06-14 15:47:23 -07:00
parent 29175df6c2
commit ab04d8e500

View File

@ -218,6 +218,8 @@ func testFileContainingSymbol(t *testing.T, stream rpb.ServerReflection_ServerRe
symbol string
want []byte
}{
{"grpc.testing.SearchService", fdTestByte},
{"grpc.testing.SearchService.Search", fdTestByte},
{"grpc.testing.SearchResponse", fdTestByte},
{"grpc.testing.ToBeExtened", fdProto2Byte},
} {