From 98a30f5445d4b90559140d1610ca31dd830b14a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Bataill=C3=A9?= <sbataille@lrtechnologies.fr> Date: Tue, 10 Dec 2024 16:12:23 +0100 Subject: [PATCH] add test AIDGE_TEST_0108020 for Req AIDGE_CORE_REQ_0108010 AIDGE_TEST_0108010 AIDGE_TEST_0108020 AIDGE_TEST_0108030 AIDGE_TEST_0108040 AIDGE_TEST_0108050 AIDGE_TEST_0108060 AIDGE_TEST_0108070 AIDGE_TEST_0108080 --- unit_tests/graph/Test_GraphView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_tests/graph/Test_GraphView.cpp b/unit_tests/graph/Test_GraphView.cpp index f2d57b723..61602fad5 100644 --- a/unit_tests/graph/Test_GraphView.cpp +++ b/unit_tests/graph/Test_GraphView.cpp @@ -1029,8 +1029,6 @@ TEST_CASE("[core/graph] AIDGE_TEST_0108000: Graph: replacing a set of nodes, sam } } -TEST_CASE("[core/graph] AIDGE_TEST_0108010: Replacing a set of nodes, one old input, same number of outputs", "[GraphView][replace]") -{ ///////////////////////////////////////// // AIDGE_TEST_0108010 ///////////////////////////////////////// @@ -1090,6 +1088,8 @@ TEST_CASE("[core/graph] AIDGE_TEST_0108010: Replacing a set of nodes, one old in // - old1, old2 are removed from graphview // - new1, new2,and new3 are added to graphview ////////////////////////////////////////// +TEST_CASE("[core/graph] AIDGE_TEST_0108010: Replacing a set of nodes, one old input, same number of outputs", "[GraphView][replace]") +{ SECTION("test case 1 one old input several (2) new inputs, same number of outputs (1)") { removeFile("my_log.txt"); Log::setFileName("my_log.txt"); -- GitLab