Commit 46e088e2 authored by Jon Skeet's avatar Jon Skeet

Remove duplicate test cases.

(NCrunch noticed these.)
parent 099ff1ea
...@@ -321,7 +321,6 @@ namespace Google.Protobuf ...@@ -321,7 +321,6 @@ namespace Google.Protobuf
[TestCase("1970-01-01T00:00:00.001Z", 1000000)] [TestCase("1970-01-01T00:00:00.001Z", 1000000)]
[TestCase("1970-01-01T00:00:00.010Z", 10000000)] [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.100Z", 100000000)]
[TestCase("1970-01-01T00:00:00.120Z", 120000000)] [TestCase("1970-01-01T00:00:00.120Z", 120000000)]
[TestCase("1970-01-01T00:00:00.123Z", 123000000)] [TestCase("1970-01-01T00:00:00.123Z", 123000000)]
[TestCase("1970-01-01T00:00:00.123400Z", 123400000)] [TestCase("1970-01-01T00:00:00.123400Z", 123400000)]
......
...@@ -249,7 +249,6 @@ namespace Google.Protobuf ...@@ -249,7 +249,6 @@ namespace Google.Protobuf
[TestCase("[,", 1)] [TestCase("[,", 1)]
[TestCase("{", 1)] [TestCase("{", 1)]
[TestCase("{,", 1)] [TestCase("{,", 1)]
[TestCase("{", 1)]
[TestCase("{[", 1)] [TestCase("{[", 1)]
[TestCase("{{", 1)] [TestCase("{{", 1)]
[TestCase("{0", 1)] [TestCase("{0", 1)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment