v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a2e0646ed4 - Show all commits

View File

@ -3,7 +3,7 @@
#include "fsfw/cfdp.h"
TEST_CASE("CFDP TLV", "[cfdp][lv]") {
TEST_CASE("CFDP LV", "[cfdp][lv]") {
using namespace cfdp;
ReturnValue_t result;
std::array<uint8_t, 255> rawBuf{};

View File

@ -14,7 +14,7 @@
#include "fsfw/cfdp/tlv/Tlv.h"
#include "fsfw/globalfunctions/arrayprinter.h"
TEST_CASE("CFDP LV", "[cfdp][lv]") {
TEST_CASE("CFDP Other TLVs", "[cfdp][tlv]") {
using namespace cfdp;
ReturnValue_t result;
std::array<uint8_t, 255> rawBuf{};