From d5e964c8bb39a365b3d958c55cdc405049aacf29 Mon Sep 17 00:00:00 2001 From: Sydney Acksman Date: Tue, 3 Dec 2019 10:46:34 -0600 Subject: [PATCH] Make test comment a summary --- .../Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs b/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs index 1e22674c7c..718c3edcb8 100644 --- a/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs +++ b/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs @@ -261,9 +261,11 @@ namespace Google.Protobuf Assert.True(message.IsInitialized()); } - // Code was accidentally left in message parser that threw exceptions when missing required fields after parsing. - // We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they - // want to check and handle missing fields. + /// + /// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing. + /// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they + /// want to check and handle missing fields. + /// [Test] public void RequiredFieldsNoThrow() {