• Paul Yang's avatar
    Give a specific category to each test. (#4965) · 8705adc2
    Paul Yang authored
    * Give a unique category to each test.
    
    This change introduce a TestCategory enum to ConformanceRequest. Existing tests
    are divided into three categories: binary format test, json format test and json
    format (ignore unknown when parsing) test. For the previous two categories, there
    is no change to existing testee programs. For tests with the last category, testee programs
    should either enable ignoring unknown field during json parsing or skip the test.
    
    * Fix python test
    
    * Fix java
    
    * Fix csharp
    
    * Update document
    
    * Update csharp generated code
    8705adc2
Name
Last commit
Last update
..
AddressBook Loading commit data...
Google.Protobuf Loading commit data...
Google.Protobuf.Conformance Loading commit data...
Google.Protobuf.JsonDump Loading commit data...
Google.Protobuf.Test Loading commit data...
Google.Protobuf.sln Loading commit data...