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 cf58c980de2a663995b2d92e3f7fccb35e0475e1..3a7b53bb1eb9c1c09d405a02614260da3a73121e 100644 (file)
@@ -23,8 +23,11 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture {
   CPPUNIT_TEST( testPolyline );
   CPPUNIT_TEST( testCopy );
   CPPUNIT_TEST( testSplit_refs_624 );
+  CPPUNIT_TEST( testSplit_refs_627 );
+  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:
@@ -42,9 +45,12 @@ public:
   void testCopy();
 
   void testSplit_refs_624();
+  void testSplit_refs_627();
 
   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);