Skip to content
Snippets Groups Projects
Commit 4df9a7c6 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

BUG: Replace --compare-ascii by --compare-list for ossimKeywordlistTest

parent af5ef5ee
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ SET(UTILITIES_TESTS ${CXX_TEST_PATH}/otbUtilitiesTests)
IF(OTB_DATA_USE_LARGEINPUT)
ADD_TEST(utTvOssimKeywordlistToulouseQuickBirdTest ${UTILITIES_TESTS}
--compare-ascii ${EPSILON_10e6} ${BASELINE_FILES}/utOssimKeywordlistToulouseQuickBird.txt
--compare-list ${EPSILON_10e6} ${BASELINE_FILES}/utOssimKeywordlistToulouseQuickBird.txt
${TEMP}/utOssimKeywordlistToulouseQuickBird.txt
ossimKeywordlistTest
${IMAGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF
......@@ -39,7 +39,7 @@ ADD_TEST(utTvOssimKeywordlistToulouseQuickBirdTest ${UTILITIES_TESTS}
)
ADD_TEST(utTvOssimKeywordlistBlossevilleIkonosTest ${UTILITIES_TESTS}
--compare-ascii ${TOL} ${BASELINE_FILES}/utOssimKeywordlistBlossevilleIkonos.txt
--compare-list ${TOL} ${BASELINE_FILES}/utOssimKeywordlistBlossevilleIkonos.txt
${TEMP}/utOssimKeywordlistBlossevilleIkonos.txt
ossimKeywordlistTest
${IMAGEDATA}/IKONOS_BLOSSEVILLE/po_2619900_grn_0000000.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