From 5ec36d2c1bce1fb9a0657bb26a1ce91ff3096f8e Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Fri, 20 Aug 2010 16:24:35 +0200 Subject: [PATCH] ENH : correct the image filename --- Testing/Code/IO/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/IO/CMakeLists.txt b/Testing/Code/IO/CMakeLists.txt index 97411c8d9f..21c6c29638 100644 --- a/Testing/Code/IO/CMakeLists.txt +++ b/Testing/Code/IO/CMakeLists.txt @@ -2594,7 +2594,7 @@ ADD_TEST(ioTuMapFileProductWriterNew ${IO_TESTS21} ADD_TEST(ioTvMapFileProductWriter ${IO_TESTS21} otbMapFileProductWriter - ${INPUTDATA}/toulouse_Extract_1500_1500_2000_2000.tif + ${INPUTDATA}/prison_toulouse.tif #toulouse_Extract_1500_1500_2000_2000.tif ${TEMP}/mapserver/toulouseExtract.map 256 ) -- GitLab