Skip to content
Snippets Groups Projects
Commit a9b28c3e authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

BUG: take care of the case in the test about extension

parent d8cdce75
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,8 @@ namespace ossimplugins
return false;
RPCxmlFileTmp = DIMxmlFileTmp.file().replaceStrThatMatch("^DIM_", "RPC_");
if( DIMxmlFileTmp.ext() != "XML")
return false;
DIMxmlFile = DIMxmlFile.dirCat(DIMxmlFileTmp);
RPCxmlFile = RPCxmlFile.dirCat(RPCxmlFileTmp);
......
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