diff --git a/conformance/conformance.proto b/conformance/conformance.proto index 91e2ad37ba..0e86d11bf4 100644 --- a/conformance/conformance.proto +++ b/conformance/conformance.proto @@ -68,8 +68,8 @@ enum TestCategory { // https://developers.google.com/protocol-buffers/docs/proto3#json_options // for more detail. JSON_IGNORE_UNKNOWN_PARSING_TEST = 3; - JSPB_TEST = 4; // Test jspb wire format. Google internal only. - // Opensource testees just skip it. + // Test jspb wire format. Google internal only. Opensource testees just skip it. + JSPB_TEST = 4; } message FailureSet { @@ -92,8 +92,8 @@ message ConformanceRequest { oneof payload { bytes protobuf_payload = 1; string json_payload = 2; - string jspb_payload = 7; // Google internal only. - // Opensource testees just skip it. + // Google internal only. Opensource testees just skip it. + string jspb_payload = 7; } // Which format should the testee serialize its message to? diff --git a/csharp/src/Google.Protobuf.Conformance/Conformance.cs b/csharp/src/Google.Protobuf.Conformance/Conformance.cs index de570f8279..220b33b1ee 100644 --- a/csharp/src/Google.Protobuf.Conformance/Conformance.cs +++ b/csharp/src/Google.Protobuf.Conformance/Conformance.cs @@ -86,7 +86,7 @@ namespace Conformance { /// [pbr::OriginalName("JSON_IGNORE_UNKNOWN_PARSING_TEST")] JsonIgnoreUnknownParsingTest = 3, /// - /// Test jspb wire format. Google internal only. + /// Test jspb wire format. Google internal only. Opensource testees just skip it. /// [pbr::OriginalName("JSPB_TEST")] JspbTest = 4, } @@ -298,7 +298,7 @@ namespace Conformance { /// Field number for the "jspb_payload" field. public const int JspbPayloadFieldNumber = 7; /// - /// Google internal only. + /// Google internal only. Opensource testees just skip it. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string JspbPayload {