X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FTest%2FSauvLoaderTest.hxx;h=586285cad55efdaa263efc7d2c411fe9beb9560d;hb=242bed6361d2165733aa20dab027c4b637c732f3;hp=a43d1299c38056612a1d6324b222dc5deced0326;hpb=f67dc0817fad8a24d547e09fdab9c36e280cd378;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/Test/SauvLoaderTest.hxx b/src/MEDLoader/Test/SauvLoaderTest.hxx index a43d1299c..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 @@ -32,11 +32,13 @@ namespace ParaMEDMEM 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();