From: eap Date: Fri, 19 Dec 2008 08:21:39 +0000 (+0000) Subject: MEDMEM Industrialization 2008 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3754f7753bd2ec383786303bf9c4fd0495ed6aee;p=tools%2Fmedcoupling.git MEDMEM Industrialization 2008 uncomment all tests --- diff --git a/src/ParaMEDMEM/Test/ParaMEDMEMTest.hxx b/src/ParaMEDMEM/Test/ParaMEDMEMTest.hxx index 91dc11521..4972bd510 100644 --- a/src/ParaMEDMEM/Test/ParaMEDMEMTest.hxx +++ b/src/ParaMEDMEM/Test/ParaMEDMEMTest.hxx @@ -32,40 +32,40 @@ class ParaMEDMEMTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( ParaMEDMEMTest ); -// CPPUNIT_TEST(testMPIProcessorGroup_constructor); -// CPPUNIT_TEST(testMPIProcessorGroup_boolean); -// CPPUNIT_TEST(testMPIProcessorGroup_rank); -// CPPUNIT_TEST(testBlockTopology_constructor); -// CPPUNIT_TEST(testBlockTopology_serialize); -// CPPUNIT_TEST(testIntersectionDEC_2D); -// CPPUNIT_TEST(testIntersectionDEC_2D_P0P1); -// CPPUNIT_TEST(testIntersectionDEC_2D_P1P0); -// CPPUNIT_TEST(testIntersectionDEC_2D_P1dP0); - -// CPPUNIT_TEST(testIntersectionDEC_3D); -// CPPUNIT_TEST(testIntersectionDEC_3D_P0P1); -// CPPUNIT_TEST(testIntersectionDEC_3D_P1P0); -// CPPUNIT_TEST(testIntersectionDEC_3D_P1dP0); - -// CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpNativeDEC_2D); -// CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpDEC_2D); -// CPPUNIT_TEST(testSynchronousEqualIntersectionDEC_2D); -// CPPUNIT_TEST(testSynchronousFasterSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testSynchronousSlowerSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testSynchronousSlowSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testSynchronousFastSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D); -// CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testAsynchronousSlowSourceIntersectionDEC_2D); -// CPPUNIT_TEST(testAsynchronousFastSourceIntersectionDEC_2D); -// #ifdef MED_ENABLE_FVM -// //can be added again after FVM correction for 2D -// // CPPUNIT_TEST(testNonCoincidentDEC_2D); -// CPPUNIT_TEST(testNonCoincidentDEC_3D); -// #endif -// CPPUNIT_TEST(testStructuredCoincidentDEC); -// CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D_P0P1); + CPPUNIT_TEST(testMPIProcessorGroup_constructor); + CPPUNIT_TEST(testMPIProcessorGroup_boolean); + CPPUNIT_TEST(testMPIProcessorGroup_rank); + CPPUNIT_TEST(testBlockTopology_constructor); + CPPUNIT_TEST(testBlockTopology_serialize); + CPPUNIT_TEST(testIntersectionDEC_2D); + CPPUNIT_TEST(testIntersectionDEC_2D_P0P1); + CPPUNIT_TEST(testIntersectionDEC_2D_P1P0); + CPPUNIT_TEST(testIntersectionDEC_2D_P1dP0); + + CPPUNIT_TEST(testIntersectionDEC_3D); + CPPUNIT_TEST(testIntersectionDEC_3D_P0P1); + CPPUNIT_TEST(testIntersectionDEC_3D_P1P0); + CPPUNIT_TEST(testIntersectionDEC_3D_P1dP0); + + CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpNativeDEC_2D); + CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpDEC_2D); + CPPUNIT_TEST(testSynchronousEqualIntersectionDEC_2D); + CPPUNIT_TEST(testSynchronousFasterSourceIntersectionDEC_2D); + CPPUNIT_TEST(testSynchronousSlowerSourceIntersectionDEC_2D); + CPPUNIT_TEST(testSynchronousSlowSourceIntersectionDEC_2D); + CPPUNIT_TEST(testSynchronousFastSourceIntersectionDEC_2D); + CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D); + CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D); + CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D); + CPPUNIT_TEST(testAsynchronousSlowSourceIntersectionDEC_2D); + CPPUNIT_TEST(testAsynchronousFastSourceIntersectionDEC_2D); +#ifdef MED_ENABLE_FVM + //can be added again after FVM correction for 2D + // CPPUNIT_TEST(testNonCoincidentDEC_2D); + CPPUNIT_TEST(testNonCoincidentDEC_3D); +#endif + CPPUNIT_TEST(testStructuredCoincidentDEC); + CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D_P0P1); CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D_P1P0); CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D_P1dP0); CPPUNIT_TEST_SUITE_END();