Salome HOME
merge from agy/Template2
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingRemapperTest.hxx
index d7d161d6f33eb4a5c37ef5da28b56c3bfc864651..a876047fa75ee446265cf16ba64313be596bf595 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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 <map>
 #include <vector>
 
-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();