Skip to content
Snippets Groups Projects
Commit ec9e6844 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

TEST: adding tests to check extended filename support in the applications

parent 148ce1cc
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ OTB_TEST_APPLICATION(NAME apTvUtColorMappingLabelToColorSupportImage
#--- Testing Extended Filename -----
OTB_TEST_APPLICATION(NAME apTvUtGeomExtendedFilename
OTB_TEST_APPLICATION(NAME apTvUtConvertExtendedFilename_readerGEOM
APP Convert
OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif?&geom=${INPUTDATA}/ToulouseExtract_ModifiedGeom.geom
-out ${TEMP}/apTvUtGeomExtendedFilename.tif
......@@ -404,3 +404,13 @@ OTB_TEST_APPLICATION(NAME apTvUtGeomExtendedFilename
${INPUTDATA}/ToulouseExtract_ModifiedGeom.geom
${TEMP}/apTvUtGeomExtendedFilename.geom)
OTB_TEST_APPLICATION(NAME apTuUtReadImageInfoExtendedFilename_reader
APP ReadImageInfo
OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif?&skipgeom=true&skipcarto=true
)
OTB_TEST_APPLICATION(NAME apTuUtConvertExtendedFilename_writer
APP Convert
OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif
-out ${TEMP}/apTvUtGeomExtendedFilename.tif?&gdal:co:TILED=YES&writegeom=false
)
\ No newline at end of file
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