From d55212b5ccde64e14682656b4081f7715c371424 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 16 Sep 2008 15:31:37 +0000 Subject: [PATCH] ENH: Reduce input images sizes for BasicFiletrs "StreamingStatistcis" tests, to reduce test time. --- Testing/Code/BasicFilters/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Testing/Code/BasicFilters/CMakeLists.txt b/Testing/Code/BasicFilters/CMakeLists.txt index 8d0dd1ec96..1607a2145d 100755 --- a/Testing/Code/BasicFilters/CMakeLists.txt +++ b/Testing/Code/BasicFilters/CMakeLists.txt @@ -365,7 +365,8 @@ ADD_TEST(bfTvStreamingStatisticsImageFilter ${BASICFILTERS_TESTS4} ${BASELINE_FILES}/bfStreamingStatisticsImageFilterResults.txt ${TEMP}/bfStreamingStatisticsImageFilterResults.txt otbStreamingStatisticsImageFilter - ${IMAGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF +# ${IMAGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF + ${INPUTDATA}/small_poupees_1canal.hd ${TEMP}/bfStreamingStatisticsImageFilterResults.txt) # ------- otb::VectorImageTo3DScalarImageFilter ---------------------------- @@ -922,7 +923,7 @@ ADD_TEST(bfTuFunctionToImageFilterTest ${BASICFILTERS_TESTS9} ADD_TEST(bfTuScalarImageTextureFunctorNew ${BASICFILTERS_TESTS9} otbScalarImageTextureFunctorNew ) ADD_TEST(bfTvScalarImageTextureFunctor ${BASICFILTERS_TESTS9} - --compare-image ${EPSILON} + --compare-image ${TOL} ${BASELINE}/bfScalarImageTextureFunctorTest.tif ${TEMP}/bfScalarImageTextureFunctorTest.tif otbScalarImageTextureFunctor @@ -935,7 +936,7 @@ ADD_TEST(bfTuScalarVectorImageTextureFunctorNew ${BASICFILTERS_TESTS9} otbScalarVectorImageTextureFunctorNew ) ADD_TEST(bfTvScalarVectorImageTextureFunctor ${BASICFILTERS_TESTS9} - --compare-image ${EPSILON} + --compare-image ${TOL} ${BASELINE}/bfScalarImageTextureFunctorTest.tif # It the same of bfTvScalarImageTextureFunctor test ${TEMP}/bfScalarVectorImageTextureFunctorTest.tif otbScalarVectorImageTextureFunctor -- GitLab