Skip to content
Snippets Groups Projects
Commit 1e9aa6cb authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

fix mantis #1066. fixing correct input file location

parent 407cd39e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ otb_add_test(NAME prTeVectorDataProjectionExampleTest COMMAND ${OTB_TEST_DRIVER}
${BASELINE}/vectorDataProjectionExample.shp
${TEMP}/vectorDataProjectionExample.shp
Execute $<TARGET_FILE:VectorDataProjectionExample>
${INPUTDATA}/Capitole-Shadows.kml
${OTB_DATA_ROOT}/Examples/Capitole-Shadows.kml
LARGEINPUT{QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF}
${TEMP}/vectorDataProjectionExample.shp
)
......@@ -58,7 +58,7 @@ otb_add_test(NAME prTeGeometriesProjectionTest COMMAND ${OTB_TEST_DRIVER}
${BASELINE}/geometriesProjectionExample.shp
${TEMP}/geometriesProjectionExample.shp
Execute $<TARGET_FILE:GeometriesProjectionExample>
${INPUTDATA}/Capitole-Shadows.shp
${OTB_DATA_ROOT}/Examples/Capitole-Shadows.shp
LARGEINPUT{QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF}
${TEMP}/geometriesProjectionExample.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