X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FExprEvalInterpTest.hxx;h=7dbba4d5a5d15a413211b43869b0f3866a67f952;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=f631cb25095b4b42857b4b19c374c433d21dff55;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/ExprEvalInterpTest.hxx b/src/INTERP_KERNELTest/ExprEvalInterpTest.hxx index f631cb250..7dbba4d5a 100644 --- a/src/INTERP_KERNELTest/ExprEvalInterpTest.hxx +++ b/src/INTERP_KERNELTest/ExprEvalInterpTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// Author : Anthony Geay (CEA/DEN) #ifndef _EXPREVALINTERPTEST_HXX_ #define _EXPREVALINTERPTEST_HXX_ @@ -39,6 +40,7 @@ namespace INTERP_TEST CPPUNIT_TEST( testInterpreter3 ); CPPUNIT_TEST( testInterpreter4 ); CPPUNIT_TEST( testInterpreter5 ); + CPPUNIT_TEST( testInterpreter6 ); CPPUNIT_TEST_SUITE_END(); public: void setUp() { } @@ -52,6 +54,7 @@ namespace INTERP_TEST void testInterpreter3(); void testInterpreter4(); void testInterpreter5(); + void testInterpreter6(); void testInterpreterUnit0(); void testInterpreterUnit1(); };