Salome HOME
Minor: moved MEDLoader tests that were still hanging on parallel side.
[modules/med.git] / src / ParaMEDMEMTest / ParaMEDMEMTest.hxx
index a8bf2b474dfbd4128f2798764dc313f1f431f244..b0295a08f79be03dbd381b86cc1f8c58abf92581 100644 (file)
@@ -75,11 +75,7 @@ class ParaMEDMEMTest : public CppUnit::TestFixture
   CPPUNIT_TEST(testGauthier4);
   CPPUNIT_TEST(testFabienAPI1);
   CPPUNIT_TEST(testFabienAPI2);
-  CPPUNIT_TEST(testMEDLoaderRead1);
-  CPPUNIT_TEST(testMEDLoaderPolygonRead);
-  CPPUNIT_TEST(testMEDLoaderPolyhedronRead);
   CPPUNIT_TEST_SUITE_END();
-  
 
 public:
  
@@ -130,12 +126,6 @@ public:
   void testGauthier4();
   void testFabienAPI1();
   void testFabienAPI2();
-  //
-  void testMEDLoaderRead1();
-  void testMEDLoaderPolygonRead();
-  void testMEDLoaderPolyhedronRead();
-  void testMEDLoaderWrite1();
-  void testMEDLoaderPolygonWrite();
 
   std::string getResourceFile( const std::string& );
   std::string getTmpDirectory();