CFDP Bugfix #144

Merged
meggert merged 4 commits from cfdp-bugfix-unittest-fixes into develop 2023-05-22 10:40:45 +02:00
Showing only changes of commit e0adb3325f - Show all commits

View File

@ -28,7 +28,6 @@ TEST_CASE("Action Helper", "[action]") {
REQUIRE(actionHelper.handleActionMessage(&actionMessage) == returnvalue::OK);
CHECK(testDhMock.executeActionCalled);
CHECK(not testMqMock.wasMessageSent());
CHECK(not testMqMock.wasMessageSent());
const uint8_t* ptr = nullptr;
size_t size = 0;
REQUIRE(ipcStore->getData(paramAddress, &ptr, &size) ==