X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FTest%2FMEDCouplingRemapperTest.hxx;h=d766b1d1f2fa840adc2ae6e72f97ac7e1fc42548;hb=e4063d87dbb8dad309dc1880af096d521934cf24;hp=c7d40896720d1c5107924669342dcc697b74223e;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/Test/MEDCouplingRemapperTest.hxx b/src/MEDCoupling/Test/MEDCouplingRemapperTest.hxx index c7d408967..d766b1d1f 100644 --- a/src/MEDCoupling/Test/MEDCouplingRemapperTest.hxx +++ b/src/MEDCoupling/Test/MEDCouplingRemapperTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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 @@ -26,7 +26,7 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class MEDCouplingUMesh; @@ -43,6 +43,7 @@ namespace ParaMEDMEM CPPUNIT_TEST( testExtruded2 ); CPPUNIT_TEST( testPrepareEx1 ); CPPUNIT_TEST( testPartialTransfer1 ); + CPPUNIT_TEST( testBugNonRegression1 ); CPPUNIT_TEST_SUITE_END(); public: void test2DInterpP0P0_1(); @@ -55,6 +56,8 @@ namespace ParaMEDMEM void testExtruded2(); void testPrepareEx1(); void testPartialTransfer1(); + // + void testBugNonRegression1(); private: static MEDCouplingUMesh *build1DTargetMesh_2(); static MEDCouplingUMesh *build2DTargetMesh_3();