From 0b5632d94ec94bcbb26e2a300b0a2f8a843e46fd Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Fri, 31 Jul 2009 15:03:51 +0800
Subject: [PATCH] BUG: fix leTuSOMWithMissingValueNew

---
 Testing/Code/Learning/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/Learning/CMakeLists.txt b/Testing/Code/Learning/CMakeLists.txt
index 696683ea8d..f8521b7401 100644
--- a/Testing/Code/Learning/CMakeLists.txt
+++ b/Testing/Code/Learning/CMakeLists.txt
@@ -222,7 +222,7 @@ ADD_TEST(leTuSOMbasedImageFilterNew ${LEARNING_TESTS2}
 # ------             otb::SOMWithMissingValue -----------------------------------
 
 ADD_TEST(leTuSOMWithMissingValueNew ${LEARNING_TESTS2}
-         otbSOMWithMissingValue )
+         otbSOMWithMissingValueNew )
 
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbLearningTESTS3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
GitLab