Salome HOME
Merge branch 'BR_PY3' of https://git.forge.pleiade.edf.fr/git/modules-salome.hydro...
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_PolylineXY.h
index d51b20f51f101aaf9bcb08cefe67c6ecbc286c8e..fc11cfc0e182bb4f23fd6b6234e1967ab85f7e2d 100644 (file)
@@ -30,6 +30,10 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture {
   CPPUNIT_TEST( test_custom_polylines );
   CPPUNIT_TEST( test_merge_refs_630 );
   CPPUNIT_TEST( test_split_straight_refs_634 );
+  CPPUNIT_TEST( test_import_from_xyz );
+  CPPUNIT_TEST( test_import_from_sx );
+  CPPUNIT_TEST( test_import_from_sx_options );
+  CPPUNIT_TEST( test_polyline_dbf_info_simple );
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -55,6 +59,11 @@ public:
   void test_custom_polylines();
   void test_merge_refs_630();
   void test_split_straight_refs_634();
+  void test_import_from_xyz();
+  void test_import_from_sx();
+  void test_import_from_sx_options();
+  void test_polyline_dbf_info_simple();
+
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_PolylineXY);