diff --git a/Testing/Applications/Classification/CMakeLists.txt b/Testing/Applications/Classification/CMakeLists.txt
index 76cdc9b21c1d92d04972fb4c819aff16426c032d..db6c4b42aad59226d06695e8511a7ea35d0de13d 100644
--- a/Testing/Applications/Classification/CMakeLists.txt
+++ b/Testing/Applications/Classification/CMakeLists.txt
@@ -9,7 +9,7 @@ add_test(NAME apTvClEstimateImagesStatisticsQB1
                  Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
                  EstimateImagesStatistics
                  --modulePath $<TARGET_FILE_DIR:otbapp_EstimateImagesStatistics>
-                 --in ${INPUTDATA}/Classification/QB_1_ortho.tif
+                 --il ${INPUTDATA}/Classification/QB_1_ortho.tif
                  --out ${TEMP}/apTvClEstimateImageStatisticsQB1.xml )
 
 add_test(NAME apTvClEstimateImagesStatisticsQB123
@@ -20,7 +20,7 @@ add_test(NAME apTvClEstimateImagesStatisticsQB123
                  Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
                  EstimateImagesStatistics
                  --modulePath $<TARGET_FILE_DIR:otbapp_EstimateImagesStatistics>
-                 --in ${INPUTDATA}/Classification/QB_1_ortho.tif
+                 --il ${INPUTDATA}/Classification/QB_1_ortho.tif
                       ${INPUTDATA}/Classification/QB_2_ortho.tif
                       ${INPUTDATA}/Classification/QB_3_ortho.tif
                  --out ${TEMP}/apTvClEstimateImageStatisticsQB123.xml )
@@ -33,7 +33,7 @@ add_test(NAME apTvClEstimateImagesStatisticsQB456
                  Execute $<TARGET_FILE:otbApplicationLauncherCommandLine>
                  EstimateImagesStatistics
                  --modulePath $<TARGET_FILE_DIR:otbapp_EstimateImagesStatistics>
-                 --in ${INPUTDATA}/Classification/QB_4_extract.tif 
+                 --il ${INPUTDATA}/Classification/QB_4_extract.tif 
                       ${INPUTDATA}/Classification/QB_5_extract.tif 
                       ${INPUTDATA}/Classification/QB_6_extract.tif
                  --out ${TEMP}/apTvClEstimateImageStatisticsQB456.xml )