Skip to content
Snippets Groups Projects
Commit dd6df315 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Update baseline which was inconsistent, and ensure that test always overwrite its output

parent ba251921
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -57,7 +57,7 @@ int otbGeometriesProjectionFilter(int argc, char * argv[])
otb::StandardFilterWatcher watcher(filter, "GeometriesProjection");
otb::ogr::DataSource::Pointer output = otb::ogr::DataSource::New(
argv[2], otb::ogr::DataSource::Modes::Update_LayerCreateOnly);
argv[2], otb::ogr::DataSource::Modes::Overwrite);
OutputGeometriesType::Pointer out_set = OutputGeometriesType::New(output);
filter->SetOutput(out_set);
......
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