X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTest%2FengineIntegrationTest.hxx;h=2a43b44e9dd1cdf0d74b38b88ce25ccc3991a2fc;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=ea6972e2b91498368ff82eacc68a4c00babc3a83;hpb=216c15bc1ec59372c7313d273cc0fa1d206a68d4;p=modules%2Fyacs.git diff --git a/src/engine/Test/engineIntegrationTest.hxx b/src/engine/Test/engineIntegrationTest.hxx index ea6972e2b..2a43b44e9 100644 --- a/src/engine/Test/engineIntegrationTest.hxx +++ b/src/engine/Test/engineIntegrationTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -62,6 +62,7 @@ namespace YACS CPPUNIT_TEST( testForEachLoop5 ); CPPUNIT_TEST( testForOptimizerLoop1 ); CPPUNIT_TEST( testForOptimizerLoop2 ); + CPPUNIT_TEST( testForOptimizerLoop3 ); CPPUNIT_TEST( testForDeployment1 ); CPPUNIT_TEST( testForDeployment2 ); CPPUNIT_TEST( testForCheckConsistency1 ); @@ -69,6 +70,7 @@ namespace YACS CPPUNIT_TEST( testForCheckConsistency3 ); CPPUNIT_TEST( testForCheckConsistency4 ); CPPUNIT_TEST( testRemoveRuntime ); + CPPUNIT_TEST( testWrongNodeNameDetection ); CPPUNIT_TEST_SUITE_END(); public: void setUp(); @@ -103,6 +105,7 @@ namespace YACS void testForEachLoop5(); void testForOptimizerLoop1(); void testForOptimizerLoop2(); + void testForOptimizerLoop3(); void testForDeployment1(); void testForDeployment2(); void testForCheckConsistency1(); @@ -110,6 +113,7 @@ namespace YACS void testForCheckConsistency3(); void testForCheckConsistency4(); void testRemoveRuntime(); + void testWrongNodeNameDetection(); protected: template static void checkListsEqual(const std::list& setToTest1, const std::list& setToTest2);