mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 20:42:24 +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\"}");
|
||||
}
|
||||
/*
|
||||
|
||||
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";
|
||||
|
Reference in New Issue
Block a user