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

TEST: Fixing test code following elevation management refactoring

parent ea4c56da
No related branches found
No related tags found
No related merge requests found
...@@ -43,9 +43,8 @@ int main(int argc,char* argv[]) ...@@ -43,9 +43,8 @@ int main(int argc,char* argv[])
myApp->SetParameterString("ref", argv[2]); myApp->SetParameterString("ref", argv[2]);
myApp->SetParameterString("sec", argv[3]); myApp->SetParameterString("sec", argv[3]);
myApp->SetParameterString("out", argv[4]); myApp->SetParameterString("out", argv[4]);
myApp->SetParameterString("elev","dem"); myApp->SetParameterString("elev.dem", "FAKE_DEM_PATH");
myApp->SetParameterString("elev.dem.path", "FAKE_DEM_PATH"); myApp->SetParameterString("elev.geoid", "FAKE_GEOID_PATH");
myApp->SetParameterString("elev.dem.geoid", "FAKE_GEOID_PATH");
std::cout << "Try-catch section" << std::endl; std::cout << "Try-catch section" << std::endl;
try try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment