Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
[tools/medcoupling.git] / src / MEDLoader / Test / SauvLoaderTest.hxx
index 5b9485133603d385b13144be4200ceb092084496..fd7528d4d8ca934ce7ee78d5dc211ca3a5b9d619 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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
@@ -33,12 +33,14 @@ namespace MEDCoupling
     CPPUNIT_TEST( testMed2Sauv );
     CPPUNIT_TEST( testMed2SauvOnAMeshWithVoidFamily );
     CPPUNIT_TEST( testSauv2MedOnA3SubsField );
+    CPPUNIT_TEST( testCellsWithLingNames );
     CPPUNIT_TEST_SUITE_END();
   public:
     void testSauv2Med();
     void testMed2Sauv();
     void testMed2SauvOnAMeshWithVoidFamily();
     void testSauv2MedOnA3SubsField();
+    void testCellsWithLingNames();
 
   public:
     void tearDown();