Salome HOME
Generalization of unstructured grid supported by the remapper.
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingBasicsTest1.hxx
index 9e0082458c44f74c553f04aae8aed919ffd194b5..86325e2f05b16752da828f9bef54e54ddb92c039 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  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
@@ -91,6 +91,7 @@ namespace ParaMEDMEM
     CPPUNIT_TEST( testFindNodeOnPlane );
     CPPUNIT_TEST( testRenumberCells );
     CPPUNIT_TEST( testChangeSpaceDimension );
+    CPPUNIT_TEST( testSetConnectivity );
     CPPUNIT_TEST_SUITE_END();
   public:
     void testArray();
@@ -148,6 +149,7 @@ namespace ParaMEDMEM
     void testFindNodeOnPlane();
     void testRenumberCells();
     void testChangeSpaceDimension();
+    void testSetConnectivity();
   };
 }