mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Restored tests from previous test suite
This commit is contained in:
@ -45,7 +45,7 @@ TEST_F(JsonObjectSerializationTests, TwoStrings)
|
|||||||
|
|
||||||
outputMustBe("{\"key1\":\"value1\",\"key2\":\"value2\"}");
|
outputMustBe("{\"key1\":\"value1\",\"key2\":\"value2\"}");
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
TEST_F(JsonObjectSerializationTests, RemoveFirst)
|
TEST_F(JsonObjectSerializationTests, RemoveFirst)
|
||||||
{
|
{
|
||||||
object["key1"] = "value1";
|
object["key1"] = "value1";
|
||||||
@ -80,7 +80,7 @@ TEST_F(JsonObjectSerializationTests, ReplaceExistingKey)
|
|||||||
|
|
||||||
outputMustBe("{\"key\":\"value2\"}");
|
outputMustBe("{\"key\":\"value2\"}");
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
TEST_F(JsonObjectSerializationTests, OneStringOverCapacity)
|
TEST_F(JsonObjectSerializationTests, OneStringOverCapacity)
|
||||||
{
|
{
|
||||||
object["key1"] = "value1";
|
object["key1"] = "value1";
|
||||||
|
Reference in New Issue
Block a user