Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index c473c4a1a3f858c0034e5c957eb50f3f389e6bd5..4acc3dc391fd02282b547f9c2791ca06368875b9 100644 (file)
@@ -38,13 +38,14 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_merge_faces_boxes );
   CPPUNIT_TEST( test_merge_faces_circles );
   CPPUNIT_TEST( test_import_dbf );
-  CPPUNIT_TEST( test_land_cover_prs_by_types );
-  CPPUNIT_TEST( test_land_cover_prs_by_coeff );
+  //CPPUNIT_TEST( test_land_cover_prs_by_types );
+  //CPPUNIT_TEST( test_land_cover_prs_by_coeff );
   CPPUNIT_TEST( test_dump_python );
   CPPUNIT_TEST( test_transparent_prs );
   CPPUNIT_TEST( test_assign_to_calc_case );
   CPPUNIT_TEST( test_export_telemac );
   CPPUNIT_TEST( test_copy );
+  CPPUNIT_TEST( test_lcm_classification );
 #ifdef SHP_TESTS
   CPPUNIT_TEST( test_shp_import_cyp );
   CPPUNIT_TEST( test_shp_import_clc_dec );
@@ -73,6 +74,7 @@ public:
   void test_dump_python();
   void test_transparent_prs();
   void test_assign_to_calc_case();
+  void test_lcm_classification();
   void test_shp_import_cyp();
   void test_shp_import_clc_dec();
   void test_shp_import_nld_areas();