All tests passed!

This commit is contained in:
Benoit Blanchon
2014-10-30 21:51:59 +01:00
parent 45a8ed6531
commit 889f059758
17 changed files with 91 additions and 69 deletions

View File

@ -17,8 +17,8 @@ class JsonObject_PrettyPrintTo_Tests : public testing::Test {
JsonObject_PrettyPrintTo_Tests() : object(json.createObject()) {}
protected:
StaticJsonBuffer<300> json;
JsonObject &object;
StaticJsonBuffer<30> json;
void outputMustBe(const char *expected) {
size_t n = object.prettyPrintTo(buffer, sizeof(buffer));