Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_PolylineXY.h
index dcb531c79cf9f012352e3b099db488d97ee6cab4..9121a52013d92134e0917433bbbbd2a76d48dc3d 100644 (file)
@@ -24,7 +24,7 @@ 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 );
@@ -32,7 +32,8 @@ class test_HYDROData_PolylineXY : public CppUnit::TestFixture {
   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:
@@ -60,6 +61,8 @@ public:
   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();
 
 };