X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FSingleElementPlanarTests.hxx;h=3faf45ec94a1b377e34323346a50b7bef4edb6f6;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=ad0a420cd585cf6dc6d7f6e32c33f05afe595e30;hpb=48782c06022ca2caa36f849cb5a29ea4fe2aaa83;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/SingleElementPlanarTests.hxx b/src/INTERP_KERNELTest/SingleElementPlanarTests.hxx index ad0a420cd..3faf45ec9 100644 --- a/src/INTERP_KERNELTest/SingleElementPlanarTests.hxx +++ b/src/INTERP_KERNELTest/SingleElementPlanarTests.hxx @@ -1,24 +1,26 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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. +// 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, 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 -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + #ifndef __SINGLE_ELEMENT_PLANAR_TESTS_HXX_ #define __SINGLE_ELEMENT_PLANAR_TESTS_HXX_ +#include "InterpKernelTestExport.hxx" #include "InterpolationPlanarTestSuite.hxx" namespace INTERP_TEST @@ -28,7 +30,7 @@ namespace INTERP_TEST * This serves mainly to verify that the volume calculations between elements is correct. * */ - class SingleElementPlanarTests : public InterpolationPlanarTestSuite + class INTERPKERNELTEST_EXPORT SingleElementPlanarTests : public InterpolationPlanarTestSuite { CPPUNIT_TEST_SUITE( SingleElementPlanarTests ); @@ -61,8 +63,8 @@ namespace INTERP_TEST CPPUNIT_TEST( tangentSquares_Triangulation ); CPPUNIT_TEST( diamondsSharingVertex1_Triangulation ); CPPUNIT_TEST( identicalSquares_Triangulation ); - CPPUNIT_TEST( squareAndDiamondBasic_Triangulation ); - CPPUNIT_TEST( squareAndDiamondCritical_Triangulation ); + //CPPUNIT_TEST( squareAndDiamondBasic_Triangulation ); + //CPPUNIT_TEST( squareAndDiamondCritical_Triangulation ); CPPUNIT_TEST( diamondsCritical_Triangulation ); CPPUNIT_TEST( quadranglesCritical_Triangulation ); CPPUNIT_TEST( quadrangleAndDiamondCritical_Triangulation );