X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FTest%2FSauvLoaderTest.hxx;h=586285cad55efdaa263efc7d2c411fe9beb9560d;hb=242bed6361d2165733aa20dab027c4b637c732f3;hp=6fe5705ea85f3378cf8c38bd0eb02c6689eea5dc;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/Test/SauvLoaderTest.hxx b/src/MEDLoader/Test/SauvLoaderTest.hxx index 6fe5705ea..586285cad 100644 --- a/src/MEDLoader/Test/SauvLoaderTest.hxx +++ b/src/MEDLoader/Test/SauvLoaderTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 @@ -31,10 +31,14 @@ namespace ParaMEDMEM CPPUNIT_TEST_SUITE(SauvLoaderTest); CPPUNIT_TEST( testSauv2Med ); CPPUNIT_TEST( testMed2Sauv ); + CPPUNIT_TEST( testMed2SauvOnAMeshWithVoidFamily ); + CPPUNIT_TEST( testSauv2MedOnA3SubsField ); CPPUNIT_TEST_SUITE_END(); public: void testSauv2Med(); void testMed2Sauv(); + void testMed2SauvOnAMeshWithVoidFamily(); + void testSauv2MedOnA3SubsField(); public: void tearDown();