Salome HOME
analyse HYDRO_tests
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index cdf06fa39828f6983112ef293de05877d8bba48a..ea5413ce6508e16e41a0381ec673cbbba2256932 100644 (file)
@@ -45,6 +45,7 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   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 );
@@ -52,7 +53,6 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_shp_loop_back );
   CPPUNIT_TEST( test_shp_clc_classification_perf );
   CPPUNIT_TEST( test_shp_clc_classification_check );
-  CPPUNIT_TEST( test_add_int_edges_1 );
 #endif
   CPPUNIT_TEST_SUITE_END();
 
@@ -74,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();
@@ -82,7 +83,6 @@ public:
   void test_copy();
   void test_shp_clc_classification_perf();
   void test_shp_clc_classification_check();
-  void test_add_int_edges_1();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );