Salome HOME
refs #673: test for export to Telemac
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 8772f9dbf6ad8de54a919a4ff9ac18c54355bf92..36c8f6bd8ca1cd81ff47233a18488baa67760fe4 100644 (file)
@@ -42,6 +42,7 @@ class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
   CPPUNIT_TEST( test_dump_python );
   CPPUNIT_TEST( test_transparent_prs );
   CPPUNIT_TEST( test_assign_to_calc_case );
+  CPPUNIT_TEST( test_export_telemac );
 #ifdef SHP_TESTS
   CPPUNIT_TEST( test_shp_import_cyp );
   CPPUNIT_TEST( test_shp_import_clc_dec );
@@ -71,6 +72,7 @@ public:
   void test_shp_import_clc_dec();
   void test_shp_import_nld_areas();
   void test_shp_loop_back();
+  void test_export_telemac();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );