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 a891c39c04680cf1211b840b1154926ad3817ca6..609a1802e23f52050a097a6c517077accb8befda 100644 (file)
@@ -32,6 +32,11 @@ 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( test_dump_python );
+  CPPUNIT_TEST( test_transparent_prs );
   CPPUNIT_TEST_SUITE_END();
 
 public:
@@ -42,6 +47,11 @@ 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();
+  void test_dump_python();
+  void test_transparent_prs();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );