aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2016-04-01 17:17:49 +0100
committerJon Skeet <jonskeet@google.com>2016-04-01 17:18:45 +0100
commit46e088e2b6ec4af99065fd9407c7b767cd3da0a9 (patch)
tree3d77ec754c403104ce41050d7594f3ca5dcce754
parent099ff1ea1400eff8a9f0958f78e44d910dd06e43 (diff)
downloadprotobuf-46e088e2b6ec4af99065fd9407c7b767cd3da0a9.tar.gz
protobuf-46e088e2b6ec4af99065fd9407c7b767cd3da0a9.tar.bz2
protobuf-46e088e2b6ec4af99065fd9407c7b767cd3da0a9.zip
Remove duplicate test cases.
(NCrunch noticed these.)
-rw-r--r--csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs1
-rw-r--r--csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs b/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
index 42455043..344d727b 100644
--- a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
+++ b/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
@@ -321,7 +321,6 @@ namespace Google.Protobuf
[TestCase("1970-01-01T00:00:00.001Z", 1000000)]
[TestCase("1970-01-01T00:00:00.010Z", 10000000)]
[TestCase("1970-01-01T00:00:00.100Z", 100000000)]
- [TestCase("1970-01-01T00:00:00.100Z", 100000000)]
[TestCase("1970-01-01T00:00:00.120Z", 120000000)]
[TestCase("1970-01-01T00:00:00.123Z", 123000000)]
[TestCase("1970-01-01T00:00:00.123400Z", 123400000)]
diff --git a/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs b/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs
index a0a62227..527ab336 100644
--- a/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs
+++ b/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs
@@ -249,7 +249,6 @@ namespace Google.Protobuf
[TestCase("[,", 1)]
[TestCase("{", 1)]
[TestCase("{,", 1)]
- [TestCase("{", 1)]
[TestCase("{[", 1)]
[TestCase("{{", 1)]
[TestCase("{0", 1)]