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 JsonArray_PrettyPrintTo_Tests : public testing::Test {
JsonArray_PrettyPrintTo_Tests() : array(json.createArray()) {}
protected:
StaticJsonBuffer<200> json;
JsonArray& array;
StaticJsonBuffer<30> json;
void outputMustBe(const char* expected) {
size_t n = array.prettyPrintTo(buffer, sizeof(buffer));