diff --git a/unittests/cfdp/handler/testSourceHandler.cpp b/unittests/cfdp/handler/testSourceHandler.cpp index a46eae44..8acdcd4c 100644 --- a/unittests/cfdp/handler/testSourceHandler.cpp +++ b/unittests/cfdp/handler/testSourceHandler.cpp @@ -111,4 +111,7 @@ TEST_CASE("CFDP Source Handler", "[cfdp]") { CHECK(sourceHandler.getStep() == SourceHandler::TransactionStep::IDLE); CHECK(sourceHandler.getState() == CfdpState::IDLE); } + + SECTION("Transfer small file") {} + SECTION("Transfer two segment file") {} } \ No newline at end of file