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_PolylineXY.h
index 88094b5819ca863999cfb49c40932d2542897538..3a7b53bb1eb9c1c09d405a02614260da3a73121e 100644 (file)
@@ -27,6 +27,7 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture {
   CPPUNIT_TEST( test_presentation );
   CPPUNIT_TEST( test_extraction_immersible_zone );
   CPPUNIT_TEST( test_extraction_channel_refs_611 );
+  CPPUNIT_TEST( test_custom_polylines );
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -49,6 +50,7 @@ public:
   void test_extraction_immersible_zone();
   void test_extraction_channel_refs_611();
   void test_presentation();
+  void test_custom_polylines();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_PolylineXY);