Salome HOME
correct selection mode activation
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index a891c39c04680cf1211b840b1154926ad3817ca6..95ea4d4b753ffb397d367d590c520fc5f2b1d9ef 100644 (file)
@@ -32,6 +32,9 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_remove );
   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_SUITE_END();
 
 public:
@@ -42,6 +45,9 @@ public:
   void test_remove();
   void test_merge_faces_boxes();
   void test_merge_faces_circles();
+  void test_import_dbf();
+  void test_land_cover_prs_by_types();
+  void test_land_cover_prs_by_coeff();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );