Salome HOME
Generalization of unstructured grid supported by the remapper.
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingRemapperTest.hxx
index c7d40896720d1c5107924669342dcc697b74223e..d3a5df1000fd659ff8f2689df1b7bc8e74963a27 100644 (file)
@@ -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();