Salome HOME
Lot 7: profiles projection
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Profile.h
index 9785cf72bc7fc9240be00e19593dd3e081683b56..9707ce22ef6863cc96190b82c455eaac950607aa 100644 (file)
@@ -23,8 +23,9 @@ class QString;
 
 class test_HYDROData_Profile : public CppUnit::TestFixture {
   CPPUNIT_TEST_SUITE(test_HYDROData_Profile);
-  CPPUNIT_TEST(testFileImport);
-  CPPUNIT_TEST(testCopy);
+  CPPUNIT_TEST( testFileImport );
+  CPPUNIT_TEST( testCopy );
+  CPPUNIT_TEST( testProjection );
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -44,6 +45,7 @@ public:
   // checks the copy/paste mechanism
   void                                    testCopy();
 
+  void testProjection();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_Profile);