From c427967f3f8ab2aafa7b0644b00a1bf92e38404f Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 11 Mar 2009 14:30:09 +0800
Subject: [PATCH] TEST: wrong name in VisuRefac test

---
 Testing/Code/VisuRefac/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Testing/Code/VisuRefac/CMakeLists.txt b/Testing/Code/VisuRefac/CMakeLists.txt
index a8003e6e9a..c5838b28f9 100644
--- a/Testing/Code/VisuRefac/CMakeLists.txt
+++ b/Testing/Code/VisuRefac/CMakeLists.txt
@@ -245,14 +245,14 @@ otbCurves2DWidget 0 0 100 200 0 0 10 10 0
 )
 
 ADD_TEST(vrTvCurves2DWidgetWithHistogram ${VISUREFAC_TESTS1}
-otbCurves2DWidgetWithHistogram 
+otbCurves2DWidgetWithHistogram
 ${INPUTDATA}/poupees.png
 0
 )
 
 #------------ otb::VectorDataGlComponent ------------
 ADD_TEST(vrTuVectorDataGlComponentNew ${VISUREFAC_TESTS1}
-vrTuVectorDataGlComponentNew
+otbVectorDataGlComponentNew
 )
 
 
-- 
GitLab