1
0
forked from fsfw/fsfw

made getter public

This commit is contained in:
2021-03-09 23:18:53 +01:00
parent e5b3b6d75e
commit bb5b7bed40
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ TEST_CASE("LocalDataSet" , "[LocDataSetTest]") {
SECTION("BasicTest") {
/* Test some basic functions */
CHECK(localSet.getReportingEnabled() == false);
CHECK(localSet.getLocalPoolIdsSerializedSize(false) == 3 * sizeof(lp_id_t));
CHECK(localSet.getLocalPoolIdsSerializedSize(true) ==
3 * sizeof(lp_id_t) + sizeof(uint8_t));