aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-08-14 13:16:04 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-08-14 13:16:04 -0700
commita55a4449efe3a8677e49b47d329e673e00fbdd28 (patch)
tree29429fdea662e1c2bccf001167febbf8d46e745b
parent53435df5947e826915483704061b8c84e254d4ce (diff)
downloadprotobuf-a55a4449efe3a8677e49b47d329e673e00fbdd28.tar.gz
protobuf-a55a4449efe3a8677e49b47d329e673e00fbdd28.tar.bz2
protobuf-a55a4449efe3a8677e49b47d329e673e00fbdd28.zip
remove duplicate test case
-rw-r--r--csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs b/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
index ecd7f46b..3e7a3d2e 100644
--- a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
+++ b/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();