瀏覽代碼

remove duplicate test case

Jan Tattermusch 10 年之前
父節點
當前提交
a55a4449ef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs

+ 0 - 1
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs

@@ -244,7 +244,6 @@ namespace Google.Protobuf
         [TestCase(null, "{ }")]
         [TestCase("x", "{ 'fooString': 'x' }")]
         [TestCase("", "{ 'fooString': '' }")]
-        [TestCase(null, "{ }")]
         public void Oneof(string fooStringValue, string expectedJson)
         {
             var message = new TestOneof();