X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROData_PolylineXY.h;h=d51b20f51f101aaf9bcb08cefe67c6ecbc286c8e;hb=a3aee81ee52b523b2c318dba1e0cc36d5d79f8bd;hp=dde745393231b13310496eaa718aa40b26156389;hpb=73c6183c872b9bef4db51730512666316f055553;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROData_PolylineXY.h b/src/HYDRO_tests/test_HYDROData_PolylineXY.h index dde74539..d51b20f5 100644 --- a/src/HYDRO_tests/test_HYDROData_PolylineXY.h +++ b/src/HYDRO_tests/test_HYDROData_PolylineXY.h @@ -20,12 +20,16 @@ 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_SUITE_END(); private: @@ -37,16 +41,20 @@ 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 testSplit_refs_624(); + 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(); }; CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_PolylineXY);