Salome HOME
refs #653, #665 - 669: start implementation of features.
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index cbe087706fe57fe90c6fac5907e47ef36a583c9c..95ea4d4b753ffb397d367d590c520fc5f2b1d9ef 100644 (file)
@@ -32,6 +32,7 @@ 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();
@@ -44,6 +45,7 @@ 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();
 };