]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDMEM Industrialization 2008
authoreap <eap@opencascade.com>
Fri, 19 Dec 2008 08:21:39 +0000 (08:21 +0000)
committereap <eap@opencascade.com>
Fri, 19 Dec 2008 08:21:39 +0000 (08:21 +0000)
   uncomment all tests

src/ParaMEDMEM/Test/ParaMEDMEMTest.hxx

index 91dc11521d351624e0ed59c0a41153f77bf2d0a2..4972bd510109624c94ee2e6d383ff27ed18cd099 100644 (file)
 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();