From 321d3bc3d2a4ac24070d06b4bdf0a733f8804da7 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 17 Dec 2014 19:04:28 +0100
Subject: [PATCH] TEST: fix baseline syntax

---
 Examples/Classification/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/Classification/CMakeLists.txt b/Examples/Classification/CMakeLists.txt
index 6b63dfc275..3ee6b0b58c 100644
--- a/Examples/Classification/CMakeLists.txt
+++ b/Examples/Classification/CMakeLists.txt
@@ -163,7 +163,7 @@ add_test(clTeScalarImageKmeansClassifierTest ${EXE_TESTS}
 )
 
 add_test(clTeNeighborhoodMajorityVotingImageFilterTest ${EXE_TESTS}
-       --compare-n-images ${NOTOL}
+       --compare-image ${NOTOL}
        ${OTB_DATA_ROOT}/Baseline/OTB/Images/QB_1_ortho_4Cls_N_Classified_OTB_NMV_x2_y5_nodv10_undv7.tif
        ${TEMP}/QB_1_ortho_4Cls_N_Classified_OTB_NMV_x2_y5_nodv10_undv7_EX.tif
       ClassificationMapRegularizationExampleTest
-- 
GitLab