Skip to content
Snippets Groups Projects
Commit 4ad872eb authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: Add test for VectorDataSetField application

parent 9959109f
No related branches found
No related tags found
No related merge requests found
......@@ -227,3 +227,14 @@ OTB_TEST_APPLICATION(NAME apTvUtCompareImages
${BASELINE_FILES}/apTvUtCompareImages.txt
${TEMP}/apTvUtCompareImages.txt)
#--- VectorDataSetField ---
OTB_TEST_APPLICATION(NAME apTvUtVectorDataSetField
APP VectorDataSetField
OPTIONS --in ${INPUTDATA}/ToulousePoints-examples.shp
--out ${TEMP}/apTvUtVectorDataSetFieldTest.shp
--fn MyField
--fv MyValue
VALID --compare-ogr ${NOTOL}
${BASELINE_FILES}/apTvUtVectorDataSetFieldTest.shp
${TEMP}/apTvUtVectorDataSetFieldTest.shp
)
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