Skip to content
Snippets Groups Projects
Commit cee44797 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: re activate test showing the bug94

parent cd230ed5
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ ADD_EXECUTABLE(0000132-jpg 0000132-jpg.cxx )
TARGET_LINK_LIBRARIES(0000132-jpg OTBIO OTBVisualization)
ENDIF(OTB_USE_VISU_GUI)
ADD_EXECUTABLE(PolygonsVectorization PolygonsVectorization.cxx)
TARGET_LINK_LIBRARIES(PolygonsVectorization OTBIO OTBCommon)
ADD_EXECUTABLE(0000094-PolygonsVectorization 0000094-PolygonsVectorization.cxx)
TARGET_LINK_LIBRARIES(0000094-PolygonsVectorization OTBIO OTBCommon)
ADD_EXECUTABLE(0000169-fftcomplextocomplex 0000169-fftcomplextocomplex.cxx)
TARGET_LINK_LIBRARIES(0000169-fftcomplextocomplex OTBIO OTBCommon)
......
......@@ -26,3 +26,11 @@ ADD_TEST(NAME FA-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
-in ${OTB_DATA_ROOT}/Input/objtest2.tif
-ot ${TEMP}/output.txt
-out ${TEMP}/objtest2-result.tif
)
......@@ -267,12 +267,3 @@ ENDIF(BUILD_APPLICATIONS)
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)
# ------- Vectorization issue -----------------------------------
# FIXME Desactivated until http://bugs.orfeo-toolbox.org/view.php?id=94
# has somebody working on it
# ADD_TEST(FA-0000094-fe-PolygonsVectorization ${CXX_TEST_PATH}/PolygonsVectorization
# -in ${OTB_DATA_ROOT}/Input/objtest2.tif
# -ot ${TEMP}/output.txt
# -out ${TEMP}/objtest2-result.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