Salome HOME
link problem with gl2ps for HYDRO_tests
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Image.h
index c649ece770cca93c7bfd9875d92ee5be2665e6f5..4ebd5b5c0e181ec08a752cfbebaf67d1a7d559c5 100644 (file)
@@ -24,6 +24,9 @@ class test_HYDROData_Image : public CppUnit::TestFixture {
   CPPUNIT_TEST(testTrsf);
   CPPUNIT_TEST(testReferences);
   CPPUNIT_TEST(testCopy);
+  CPPUNIT_TEST(testDiff);
+  CPPUNIT_TEST(test_static_loadECW);
+  CPPUNIT_TEST(test_loadECW);
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -45,6 +48,11 @@ public:
 
   // checks the image properties copy/paste
   void testCopy();
+  void testDiff();
+
+  //  checks if content of reference png file and ecw file is the same
+  void test_static_loadECW();
+  void test_loadECW();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION(test_HYDROData_Image);