Salome HOME
link problem with gl2ps for HYDRO_tests
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Image.h
index 36001373b508334643617470da0b0d105fb391e6..4ebd5b5c0e181ec08a752cfbebaf67d1a7d559c5 100644 (file)
@@ -25,6 +25,8 @@ class test_HYDROData_Image : public CppUnit::TestFixture {
   CPPUNIT_TEST(testReferences);
   CPPUNIT_TEST(testCopy);
   CPPUNIT_TEST(testDiff);
+  CPPUNIT_TEST(test_static_loadECW);
+  CPPUNIT_TEST(test_loadECW);
   CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -47,6 +49,10 @@ 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);