aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.Conformance
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-07-26 16:44:42 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-07-26 17:07:01 -0400
commit9a4692d8af01697571c0fa33b17223df79423992 (patch)
tree0594ec6fba4dce988a28516a222f5e02f7ce39ed /csharp/src/Google.Protobuf.Conformance
parent5eb95efa81ed10774bae151c7c1809f5d9dfa491 (diff)
Update the comment on the message_type to cover what it should be.
Diffstat (limited to 'csharp/src/Google.Protobuf.Conformance')
-rw-r--r--csharp/src/Google.Protobuf.Conformance/Conformance.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Conformance/Conformance.cs b/csharp/src/Google.Protobuf.Conformance/Conformance.cs
index e1fbb350..394607b9 100644
--- a/csharp/src/Google.Protobuf.Conformance/Conformance.cs
+++ b/csharp/src/Google.Protobuf.Conformance/Conformance.cs
@@ -142,7 +142,9 @@ namespace Conformance {
public const int MessageTypeFieldNumber = 4;
private string messageType_ = "";
/// <summary>
- /// should be set to either "proto2" or "proto3"
+ /// The full name for the test message to use; for the moment, either:
+ /// protobuf_test_messages.proto3.TestAllTypesProto3 or
+ /// protobuf_test_messages.proto2.TestAllTypesProto2.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string MessageType {