From d5a05aeee8371f424c4a1c01c7c6183ea26f6614 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 18 Mar 2015 16:16:38 +0100
Subject: [PATCH] TEST: using tif format is safer (geotransform issues)

---
 Modules/Learning/SOM/test/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Learning/SOM/test/CMakeLists.txt b/Modules/Learning/SOM/test/CMakeLists.txt
index d1c69007d3..50b0cea968 100644
--- a/Modules/Learning/SOM/test/CMakeLists.txt
+++ b/Modules/Learning/SOM/test/CMakeLists.txt
@@ -51,11 +51,11 @@ otb_add_test(NAME leTvSOMImageClassificationFilter COMMAND otbSOMTestDriver
 otb_add_test(NAME leTvSOMActivationBuilder COMMAND otbSOMTestDriver
   --compare-image ${NOTOL}
   ${BASELINE}/leSOMPoupeesSubActivationMap1.hdr
-  ${TEMP}/leSOMPoupeesSubActivationMap1.hdr
+  ${TEMP}/leSOMPoupeesSubActivationMap1.tif
   otbSOMActivationBuilder
   ${INPUTDATA}/poupees_sub.png
   ${BASELINE}/leSOMPoupeesSubOutputMap1.hdr
-  ${TEMP}/leSOMPoupeesSubActivationMap1.hdr
+  ${TEMP}/leSOMPoupeesSubActivationMap1.tif
   32 32 10 10 5 1.0 0.1 128)
 
 otb_add_test(NAME leTuSOMActivationBuilderNew COMMAND otbSOMTestDriver
-- 
GitLab