Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack-with-retval-refactoring
This commit is contained in:
CHANGELOG.md
docs
misc/defaultcfg/fsfwconfig/pollingsequence
src
fsfw
action
cfdp
container
ArrayList.hFIFOBase.hFixedMap.hFixedOrderedMultimap.hIndexedRingMemoryArray.hPlacementFactory.hRingBufferBase.hSimpleRingBuffer.h
coordinates
datalinklayer
CCSDSReturnValuesIF.hDataLinkLayer.hFarm1StateOpen.hMapPacketExtraction.hVirtualChannelReception.hVirtualChannelReceptionIF.h
datapool
datapoollocal
devicehandlers
events
eventmatching
fdir
globalfunctions
health
ipc
memory
modes
monitoring
objectmanager
osal
parameters
power
pus
returnvalues
retval.hrmap
serialize
serviceinterface
storagemanager
subsystem
tasks
tcdistribution
CCSDSDistributorIF.hCFDPDistributor.cppCFDPDistributor.hCFDPDistributorIF.hCcsdsPacketCheckIF.hPUSDistributorIF.hPusDistributor.hTcDistributor.hTcPacketCheckCFDP.cpp
thermal
timemanager
tmstorage
tmtcpacket
tmtcservices
fsfw_hal
fsfw_tests
integration
internal
unittests
@@ -1,6 +1,6 @@
|
||||
#include <fsfw/container/DynamicFIFO.h>
|
||||
#include <fsfw/container/FIFO.h>
|
||||
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
|
||||
#include <fsfw/returnvalues/returnvalue.h>
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
@@ -81,9 +81,6 @@ TEST_CASE("Dynamic Fifo Tests", "[TestDynamicFifo]") {
|
||||
REQUIRE(fifo.pop() == static_cast<int>(returnvalue::OK));
|
||||
REQUIRE(fifo.size() == 0);
|
||||
REQUIRE(fifo.empty());
|
||||
// struct Test* ptr = nullptr;
|
||||
// REQUIRE(fifo.retrieve(ptr) == static_cast<int>(HasReturnvaluesIF::returnvalue::FAILED));
|
||||
// REQUIRE(fifo.peek(ptr) == static_cast<int>(HasReturnvaluesIF::returnvalue::FAILED));
|
||||
};
|
||||
SECTION("Copy Test") {
|
||||
REQUIRE(fifo.insert(structOne) == static_cast<int>(returnvalue::OK));
|
||||
|
Reference in New Issue
Block a user