Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
[tools/medcoupling.git] / src / MEDLoader / Test / SauvLoaderTest.hxx
index 3764dde606581c69ddfdd32adc760d00e3f0ccdf..fd7528d4d8ca934ce7ee78d5dc211ca3a5b9d619 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // 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
@@ -24,7 +24,7 @@
 
 #include "MEDLoaderTest.hxx"
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class SauvLoaderTest : public CppUnit::TestFixture
   {
@@ -33,16 +33,17 @@ namespace ParaMEDMEM
     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();
-    static std::string getResourceFile( const std::string& filename );
   };
 }