X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROData_PolylineXY.h;h=9121a52013d92134e0917433bbbbd2a76d48dc3d;hb=3bece499e83cc9ca95536228c7f6740030e9d5d8;hp=588fd7dd61b95d23c7c524d117f15caf14de4eb2;hpb=7801bb11d9c4c98c23459286b4434df65f362009;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROData_PolylineXY.h b/src/HYDRO_tests/test_HYDROData_PolylineXY.h index 588fd7dd..9121a520 100644 --- a/src/HYDRO_tests/test_HYDROData_PolylineXY.h +++ b/src/HYDRO_tests/test_HYDROData_PolylineXY.h @@ -24,11 +24,16 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture { CPPUNIT_TEST( test_copy ); CPPUNIT_TEST( test_split_refs_624 ); CPPUNIT_TEST( test_split_refs_627 ); - CPPUNIT_TEST( test_presentation ); + //CPPUNIT_TEST( test_presentation ); CPPUNIT_TEST( test_extraction_immersible_zone ); CPPUNIT_TEST( test_extraction_channel_refs_611 ); 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: @@ -53,6 +58,12 @@ public: void test_presentation(); 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);