Salome HOME
more HYDRO_tests corrections
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 36c8f6bd8ca1cd81ff47233a18488baa67760fe4..85d34bc750777bbf0467e9ec53003ff74dbd349b 100644 (file)
@@ -33,6 +33,7 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_split_2 );
   CPPUNIT_TEST( test_incomplete_split );
   CPPUNIT_TEST( test_merge );
+  CPPUNIT_TEST( test_merge_refs_691 );
   CPPUNIT_TEST( test_remove );
   CPPUNIT_TEST( test_merge_faces_boxes );
   CPPUNIT_TEST( test_merge_faces_circles );
@@ -43,6 +44,7 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_transparent_prs );
   CPPUNIT_TEST( test_assign_to_calc_case );
   CPPUNIT_TEST( test_export_telemac );
+  CPPUNIT_TEST( test_copy );
 #ifdef SHP_TESTS
   CPPUNIT_TEST( test_shp_import_cyp );
   CPPUNIT_TEST( test_shp_import_clc_dec );
@@ -59,6 +61,7 @@ public:
   void test_split_2();
   void test_incomplete_split();
   void test_merge();
+  void test_merge_refs_691();
   void test_remove();
   void test_merge_faces_boxes();
   void test_merge_faces_circles();
@@ -73,6 +76,7 @@ public:
   void test_shp_import_nld_areas();
   void test_shp_loop_back();
   void test_export_telemac();
+  void test_copy();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );