Skip to content
Snippets Groups Projects
Commit 4fe7aea0 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: do not output the file name for shp comparison to allow comparison of...

TEST: do not output the file name for shp comparison to allow comparison of shp files with different names
parent 8c483dde
No related branches found
No related tags found
No related merge requests found
......@@ -1187,7 +1187,7 @@ void TestHelper::DumpOGRFeature(FILE* fpOut, OGRFeature* feature, char** papszOp
{
if (fpOut == NULL) fpOut = stdout;
fprintf(fpOut, "OGRFeature(%s):%ld\n", feature->GetDefnRef()->GetName(), feature->GetFID());
fprintf(fpOut, "OGRFeature:%ld\n", feature->GetFID());
const char* pszDisplayFields =
CSLFetchNameValue(papszOptions, "DISPLAY_FIELDS");
......
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