X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROData_PolylineXY.h;h=fc11cfc0e182bb4f23fd6b6234e1967ab85f7e2d;hb=eac08495379067b7417f2856e174b4f1ae80e538;hp=e67e36f3aa4b322e178f6bf5d4b15534e7214881;hpb=7f6a67a5b0ca7be95649a25ed3632217ac9fd35d;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROData_PolylineXY.h b/src/HYDRO_tests/test_HYDROData_PolylineXY.h index e67e36f3..fc11cfc0 100644 --- a/src/HYDRO_tests/test_HYDROData_PolylineXY.h +++ b/src/HYDRO_tests/test_HYDROData_PolylineXY.h @@ -20,9 +20,20 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( test_HYDROData_PolylineXY ); - CPPUNIT_TEST( testPolyline ); - CPPUNIT_TEST( testCopy ); - CPPUNIT_TEST( testSplit_refs_624 ); + CPPUNIT_TEST( test_polyline ); + CPPUNIT_TEST( test_copy ); + CPPUNIT_TEST( test_split_refs_624 ); + CPPUNIT_TEST( test_split_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( 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: @@ -34,12 +45,25 @@ public: void tearDown() {} // checks save/restore QImages information - void testPolyline(); + void test_polyline(); // checks the image properties copy/paste - void testCopy(); + void test_copy(); + + void test_split_refs_624(); + void test_split_refs_627(); + + void test_extraction_immersible_zone(); + void test_extraction_channel_refs_611(); + 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(); - void testSplit_refs_624(); }; CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_PolylineXY);