Salome HOME
Merge branch 'BR_LAND_COVER_MAP' of ssh://git.salome-platform.org/modules/hydro into...
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 95684210bedd4a17102bb765d6d80f0fedc1d120..f054a6879fb0deb8f3dfae1ce0890ebcb6f0ac22 100644 (file)
@@ -26,12 +26,18 @@ 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_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();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );