Преглед на файлове

Make test comment a summary

Sydney Acksman преди 5 години
родител
ревизия
d5e964c8bb
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 5 3
      csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs

+ 5 - 3
csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs

@@ -261,9 +261,11 @@ namespace Google.Protobuf
             Assert.True(message.IsInitialized());
             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.
+        /// <summary>
+        /// 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.
+        /// </summary>
         [Test]
         [Test]
         public void RequiredFieldsNoThrow()
         public void RequiredFieldsNoThrow()
         {
         {