Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / test_HYDROGUI_BathymetryPrs.cxx
index a250928903f61e80f630b12eadf0f23ddde6140b..99c2ea2ed31680e5243801b6fd39d876a9e23c81 100644 (file)
@@ -64,7 +64,7 @@ void test_HYDROGUI_BathymetryPrs::test_presentation()
 {
   TestViewer::eraseAll( true, true );
   Handle(HYDROData_Document) aDoc = HYDROData_Document::Document();
-  
+
   importTestBath( aDoc );
   TestViewer::showColorScale( false );
 
@@ -149,7 +149,7 @@ void test_HYDROGUI_BathymetryPrs::test_rescale_by_selection()
 
   double min, max;
   myBathPrs->GetRange( min, max );
-  CPPUNIT_ASSERT_DOUBLES_EQUAL( 177.78, min, EPS );
+  CPPUNIT_ASSERT_DOUBLES_EQUAL( 175.56, min, EPS );
   CPPUNIT_ASSERT_DOUBLES_EQUAL( 182.70, max, EPS );
 
   TestViewer::colorScale()->GetRange( min, max );