Salome HOME
correct selection mode activation
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 726e4ffb8c2beccac922c8f4e2f050527a928fd5..95ea4d4b753ffb397d367d590c520fc5f2b1d9ef 100644 (file)
@@ -26,14 +26,28 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
 {
   CPPUNIT_TEST_SUITE( test_HYDROData_LandCoverMap );
   CPPUNIT_TEST( test_add_2_objects );
-  CPPUNIT_TEST( test_split_by_polyline );
+  CPPUNIT_TEST( test_split );
+  CPPUNIT_TEST( test_incomplete_split );
   CPPUNIT_TEST( test_merge );
+  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:
   void test_add_2_objects();
-  void test_split_by_polyline();
+  void test_split();
+  void test_incomplete_split();
   void test_merge();
+  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 );