From: isn Date: Wed, 13 Sep 2017 17:13:39 +0000 (+0300) Subject: debug of tests X-Git-Tag: v2.1~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=74188dadad4aecb515608b9627c857380ee12a4f;p=modules%2Fhydro.git debug of tests --- diff --git a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx index 37189f93..ca87d407 100644 --- a/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx +++ b/src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx @@ -1271,10 +1271,10 @@ void test_HYDROData_LandCoverMap::test_shp_clc_classification_check() CPPUNIT_ASSERT_EQUAL (coeffs[0], 0.0); CPPUNIT_ASSERT_EQUAL (coeffs[1], 0.0); CPPUNIT_ASSERT_EQUAL (coeffs[2], 0.0); - CPPUNIT_ASSERT_EQUAL (coeffs[3], 1.0522); - CPPUNIT_ASSERT_EQUAL (coeffs[4], 1.0223); - CPPUNIT_ASSERT_EQUAL (coeffs[5], 1.0221); - CPPUNIT_ASSERT_EQUAL (coeffs[6], 1.0522); + CPPUNIT_ASSERT_EQUAL (coeffs[3], 98.0); + CPPUNIT_ASSERT_EQUAL (coeffs[4], 26.0); + CPPUNIT_ASSERT_EQUAL (coeffs[5], 24.0); + CPPUNIT_ASSERT_EQUAL (coeffs[6], 98.0); }