remove duplicate test case

This commit is contained in:
Jan Tattermusch 2015-08-14 13:16:04 -07:00
parent 53435df594
commit a55a4449ef

View File

@ -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();