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

@ -16,8 +16,8 @@ class JsonArray_PrintTo_Tests : public testing::Test {
JsonArray_PrintTo_Tests() : array(json.createArray()) {}
protected:
StaticJsonBuffer<JSON_ARRAY_SIZE(2)> json;
JsonArray &array;
StaticJsonBuffer<3> json;
void outputMustBe(const char *expected) {
size_t n = array.printTo(buffer, sizeof(buffer));