Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
[tools/medcoupling.git] / src / MEDLoader / Test / SauvLoaderTest.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 590dad4..fd7528d
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -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 );
   };
 }