diff --git a/Code/Testing/otbTestHelper.cxx b/Code/Testing/otbTestHelper.cxx index a9cf30c07e76980b60cd9182eee9f0ccb05e3162..1073d8ae5b961d41203cf4a6ee551494d86b3ad6 100644 --- a/Code/Testing/otbTestHelper.cxx +++ b/Code/Testing/otbTestHelper.cxx @@ -912,7 +912,7 @@ int TestHelper::RegressionTestOgrFile(const char *testOgrFilename, const char *b // If no verbose and an diff was found, exit checking. The full checking will be executed in verbose mode if ((!m_ReportErrors) && (nbdiff != 0)) return (1); } //if(nbdiff == 0) - + } /* -------------------------------------------------------------------- */ @@ -1468,8 +1468,6 @@ void TestHelper::ogrReportOnLayer(OGRLayer * ref_poLayer, /* -------------------------------------------------------------------- */ printf("\n"); - otbCheckStringValue("Layer name", ref_poDefn->GetName(), test_poDefn->GetName(), nbdiff, m_ReportErrors); - otbCheckStringValue("Geometry", OGRGeometryTypeToName(ref_poDefn->GetGeomType()), OGRGeometryTypeToName(test_poDefn->GetGeomType()), nbdiff, m_ReportErrors);