clean up a few tests
This commit is contained in:
scripts
src/fsfw/cfdp
unittests
CMakeLists.txt
action
cfdp
CMakeLists.txttestAckPdu.cpptestCfdp.cpptestCfdpHeader.cpptestEofPdu.cpptestFileData.cpptestFinishedPdu.cpptestKeepAlivePdu.cpptestMetadataPdu.cpptestNakPdu.cpptestPromptPdu.cpp
container
datapoollocal
devicehandler
globalfunctions
hal
internalerror
mocks
osal
power
serialize
storagemanager
tcdistributor
testcfg
timemanager
tmtcpacket
tmtcservices
util
@ -17,7 +17,7 @@ TEST_CASE("File Data PDU", "[FileDataPdu]") {
|
||||
EntityId destId(WidthInBytes::TWO_BYTES, 2);
|
||||
TransactionSeqNum seqNum(WidthInBytes::TWO_BYTES, 15);
|
||||
EntityId sourceId(WidthInBytes::TWO_BYTES, 1);
|
||||
PduConfig pduConf(TransmissionModes::ACKNOWLEDGED, seqNum, sourceId, destId);
|
||||
PduConfig pduConf(sourceId, destId, TransmissionModes::ACKNOWLEDGED, seqNum);
|
||||
|
||||
for (uint8_t idx = 0; idx < 10; idx++) {
|
||||
fileBuffer[idx] = idx;
|
||||
|
Reference in New Issue
Block a user