Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
ec9e6844
Commit
ec9e6844
authored
12 years ago
by
Aurélien Bricier
Browse files
Options
Downloads
Patches
Plain Diff
TEST: adding tests to check extended filename support in the applications
parent
148ce1cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Testing/Applications/Utils/CMakeLists.txt
+11
-1
11 additions, 1 deletion
Testing/Applications/Utils/CMakeLists.txt
with
11 additions
and
1 deletion
Testing/Applications/Utils/CMakeLists.txt
+
11
−
1
View file @
ec9e6844
...
...
@@ -396,7 +396,7 @@ OTB_TEST_APPLICATION(NAME apTvUtColorMappingLabelToColorSupportImage
#--- Testing Extended Filename -----
OTB_TEST_APPLICATION
(
NAME apTvUt
Geom
ExtendedFilename
OTB_TEST_APPLICATION
(
NAME apTvUt
Convert
ExtendedFilename
_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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment