Salome HOME
refs #1341: debug of automatic tests
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Profile.h
index 9785cf72bc7fc9240be00e19593dd3e081683b56..9a22db00d9865c13fca90b4274eeae0d941d0b91 100644 (file)
 
 #include <cppunit/extensions/HelperMacros.h>
 
-class Handle_HYDROData_Profile;
 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 +44,7 @@ public:
   // checks the copy/paste mechanism
   void                                    testCopy();
 
+  void testProjection();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_Profile);