diff --git a/Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation_elm.txt b/Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation_elm.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e8c3405959c4e8ee16924ff84a798a5b8041acdd
--- /dev/null
+++ b/Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation_elm.txt
@@ -0,0 +1 @@
+number: 5
diff --git a/Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation.txt b/Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation_vd.txt
similarity index 100%
rename from Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation.txt
rename to Data/Baseline/OTB/Files/aptTvHyEndmemberNumberEstimation_vd.txt
diff --git a/Modules/Applications/AppHyperspectral/test/CMakeLists.txt b/Modules/Applications/AppHyperspectral/test/CMakeLists.txt
index a3b2187ebcc8bb32d3a39d4fd5e364783601cfbc..a430980733388e9732cf69f2270e0396902f904c 100644
--- a/Modules/Applications/AppHyperspectral/test/CMakeLists.txt
+++ b/Modules/Applications/AppHyperspectral/test/CMakeLists.txt
@@ -61,7 +61,7 @@ otb_test_application(NAME  apTvHyEndmemberNumberEstimation_vd
                              -algo.vd.far 0.2
                      TESTENVOPTIONS ${TEMP}/aptTvHyEndmemberNumberEstimation_vd.txt
                      VALID --compare-ascii ${EPSILON_7}
-                             ${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation.txt
+                             ${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation_vd.txt
                        ${TEMP}/aptTvHyEndmemberNumberEstimation_vd.txt
 )
 
@@ -71,7 +71,7 @@ otb_test_application(NAME  apTvHyEndmemberNumberEstimation_elm
                              -algo elm
                      TESTENVOPTIONS ${TEMP}/aptTvHyEndmemberNumberEstimation_elm.txt
                      VALID --compare-ascii ${EPSILON_7}
-                             ${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation.txt
+                             ${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation_elm.txt
                        ${TEMP}/aptTvHyEndmemberNumberEstimation_elm.txt
 )