X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FTest%2FengineIntegrationTest.hxx;h=2a43b44e9dd1cdf0d74b38b88ce25ccc3991a2fc;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=b075d6248ae4a0d054481841e37b4922aea93797;hpb=43fb0be2d7c9fee7ea58272e85275c6b38a96cea;p=modules%2Fyacs.git diff --git a/src/engine/Test/engineIntegrationTest.hxx b/src/engine/Test/engineIntegrationTest.hxx index b075d6248..2a43b44e9 100644 --- a/src/engine/Test/engineIntegrationTest.hxx +++ b/src/engine/Test/engineIntegrationTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2015 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 @@ -70,6 +70,7 @@ namespace YACS CPPUNIT_TEST( testForCheckConsistency3 ); CPPUNIT_TEST( testForCheckConsistency4 ); CPPUNIT_TEST( testRemoveRuntime ); + CPPUNIT_TEST( testWrongNodeNameDetection ); CPPUNIT_TEST_SUITE_END(); public: void setUp(); @@ -112,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);