aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2016-04-01 21:28:56 +0100
committerJon Skeet <skeet@pobox.com>2016-04-01 21:28:56 +0100
commit9d7a1727e57b429b15ab4d354214b1759edc9d94 (patch)
treeaeb1f2fd09bff5662f464eb6f9b1b6d293a12251
parenta293180541b8121cbea329106e42c66c362acbd3 (diff)
parent46e088e2b6ec4af99065fd9407c7b767cd3da0a9 (diff)
downloadprotobuf-9d7a1727e57b429b15ab4d354214b1759edc9d94.tar.gz
protobuf-9d7a1727e57b429b15ab4d354214b1759edc9d94.tar.bz2
protobuf-9d7a1727e57b429b15ab4d354214b1759edc9d94.zip
Merge pull request #1377 from jskeet/remove-duplicate-tests
Remove duplicate test cases.
-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)]