Skip to content
Snippets Groups Projects
Commit e0509247 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: promote resolved FA to the Resolved dir so that they are tested more widely

parent ada7d454
No related branches found
No related tags found
No related merge requests found
......@@ -14,19 +14,6 @@ ADD_TEST(FA-000209-SVMValidationLinearlySeparableWithProbEstimate_KO
500 500
0.0025 0.0075 0.0075 0.0025 0. 0.0025 0. 0.0025 0 1)
ADD_TEST(NAME FA-000478-UncaughtException
COMMAND ${CXX_TEST_PATH}/0000478-UncaughtException
$<TARGET_FILE_DIR:otbapp_StereoSensorModelToElevationMap>
${OTB_DATA_ROOT}/Examples/sensor_stereo_left.tif
${OTB_DATA_ROOT}/Examples/sensor_stereo_right.tif
${TEMP}/FA-0000478-output.tif)
ADD_TEST(NAME FA-0000495-StreamingImageFileWriterProgressReporting
COMMAND ${CXX_TEST_PATH}/0000495-StreamingImageFileWriterProgressReporting
${OTB_DATA_ROOT}/Examples/sensor_stereo_left.tif
${TEMP}/FA-0000495-output1.tif
${TEMP}/FA-0000495-output2.tif)
# ------- Vectorization issue -----------------------------------
# http://bugs.orfeo-toolbox.org/view.php?id=94
ADD_TEST(FA-0000094-fe-PolygonsVectorization ${CXX_TEST_PATH}/0000094-PolygonsVectorization
......
......@@ -268,7 +268,20 @@ ADD_TEST(FA-0000437-WriteImageCentOS ${CXX_TEST_PATH}/0000437-WriteImageCentOS
${OTB_DATA_ROOT}/Baseline/OTB/Fa/FA-0000437-WriteImageCentOSInput.tif
${TEMP}/FA-0000437-WriteImageCentOSOutput.tif)
ADD_TEST(NAME FA-000478-UncaughtException
COMMAND ${CXX_TEST_PATH}/0000478-UncaughtException
$<TARGET_FILE_DIR:otbapp_StereoSensorModelToElevationMap>
${OTB_DATA_ROOT}/Examples/sensor_stereo_left.tif
${OTB_DATA_ROOT}/Examples/sensor_stereo_right.tif
${TEMP}/FA-0000478-output.tif)
ADD_TEST(NAME FA-0000495-StreamingImageFileWriterProgressReporting
COMMAND ${CXX_TEST_PATH}/0000495-StreamingImageFileWriterProgressReporting
${OTB_DATA_ROOT}/Examples/sensor_stereo_left.tif
${TEMP}/FA-0000495-output1.tif
${TEMP}/FA-0000495-output2.tif)
ADD_TEST(NAME otbVectorDataToLabelImageFilterWithoutReader
COMMAND ${CXX_TEST_PATH}/otbVectorDataToLabelImageFilterWithoutReader
${TEMP}/rasterizedVectorData.tif)
......
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