Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Entity.h
index 8a0dec7e4a380e44e42dd51c3b071abb99cd58f6..f206ae7c805f902d25a209b67fc94fd526833e29 100644 (file)
@@ -23,6 +23,8 @@ class test_HYDROData_Entity : public CppUnit::TestFixture {
   CPPUNIT_TEST(testName);
   CPPUNIT_TEST(testRemove);
   CPPUNIT_TEST(testCopy);
+  CPPUNIT_TEST(testPythonNameChoice);
+  CPPUNIT_TEST(testTypes);
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -41,6 +43,9 @@ public:
 
   // checks the copying of object
   void testCopy();
+
+  void testPythonNameChoice();
+  void testTypes();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_Entity);