Skip to content
Snippets Groups Projects
Commit ede33db7 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

TEST: test correction explicit call to writerintialization method is needed.

parent 3c939560
Branches
Tags
No related merge requests found
......@@ -50,6 +50,8 @@ int otbWrapperOutputImageParameterTest1(int argc, char* argv[])
param->SetKey(argv[3]);
param->SetDescription(argv[4]);
// an explicit writer initialization is needed
param->InitializeWriters();
param->Write();
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment