Skip to content
Snippets Groups Projects
Commit 56b7b295 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : comment otbCheckStringValue("Layer name", ref_poDefn-\>GetName(),...

ENH : comment otbCheckStringValue("Layer name", ref_poDefn-\>GetName(), test_poDefn->GetName(), nbdiff, m_ReportErrors), link to image name, can't compare 2 shp with 2 different name
parent 557bb99a
No related branches found
Tags 3.8-RC1
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment