Salome HOME
minor code review
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 85d34bc750777bbf0467e9ec53003ff74dbd349b..c473c4a1a3f858c0034e5c957eb50f3f389e6bd5 100644 (file)
@@ -50,6 +50,8 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_shp_import_clc_dec );
   CPPUNIT_TEST( test_shp_import_nld_areas );
   CPPUNIT_TEST( test_shp_loop_back );
+  CPPUNIT_TEST( test_shp_clc_classification_perf );
+  CPPUNIT_TEST( test_shp_clc_classification_check );
 #endif
   CPPUNIT_TEST_SUITE_END();
 
@@ -77,6 +79,8 @@ public:
   void test_shp_loop_back();
   void test_export_telemac();
   void test_copy();
+  void test_shp_clc_classification_perf();
+  void test_shp_clc_classification_check();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );