Salome HOME
refs #673: test for export to Telemac
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_StricklerTable.h
index c19705f0a443e33dac3193514b6423a821208d89..a24e2b82fc8474b46bcf18b1a3c5c9af4846b048 100644 (file)
@@ -27,11 +27,21 @@ class test_HYDROData_StricklerTable : public CppUnit::TestFixture
   CPPUNIT_TEST_SUITE( test_HYDROData_StricklerTable );
   CPPUNIT_TEST( test_import );
   CPPUNIT_TEST( test_import_export_equivalence );
+  CPPUNIT_TEST( test_type_by_attr );
+  CPPUNIT_TEST( test_unique_attr_name );
+  CPPUNIT_TEST( test_colors_sync );
+  CPPUNIT_TEST( test_duplication_refs_613 );
+  CPPUNIT_TEST( test_dump_python );
   CPPUNIT_TEST_SUITE_END();
 
 public:
   void test_import();
   void test_import_export_equivalence();
+  void test_type_by_attr();
+  void test_unique_attr_name();
+  void test_colors_sync();
+  void test_duplication_refs_613();
+  void test_dump_python();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_StricklerTable );