Restored tests from previous test suite

This commit is contained in:
Benoit Blanchon
2014-09-30 17:08:59 +02:00
parent d2e1b241be
commit 22e36bbe9c

View File

@ -45,7 +45,7 @@ TEST_F(JsonObjectSerializationTests, TwoStrings)
outputMustBe("{\"key1\":\"value1\",\"key2\":\"value2\"}");
}
/*
TEST_F(JsonObjectSerializationTests, RemoveFirst)
{
object["key1"] = "value1";
@ -80,7 +80,7 @@ TEST_F(JsonObjectSerializationTests, ReplaceExistingKey)
outputMustBe("{\"key\":\"value2\"}");
}
/*
TEST_F(JsonObjectSerializationTests, OneStringOverCapacity)
{
object["key1"] = "value1";