diff --git a/unit_tests/graph/Test_GraphView.cpp b/unit_tests/graph/Test_GraphView.cpp index f2d57b723b6199eab16cfdf87304112e25d364b5..61602fad5a14763e00e33c739173167894250ce4 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");