From 751eeb46b074add7478a7486cb0011e09d43f273 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Fri, 4 Mar 2011 18:46:27 +0100
Subject: [PATCH] TEST:rename baseline and output file

---
 Testing/Code/Radiometry/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Testing/Code/Radiometry/CMakeLists.txt b/Testing/Code/Radiometry/CMakeLists.txt
index 3690312202..5d8dbd3752 100644
--- a/Testing/Code/Radiometry/CMakeLists.txt
+++ b/Testing/Code/Radiometry/CMakeLists.txt
@@ -862,13 +862,13 @@ ADD_TEST(raTvSpectralSensitivityReaderTest ${RADIOMETRY_TESTS5}
 
 ADD_TEST(raTvSpectralSensitivityReaderGenericTest ${RADIOMETRY_TESTS5}
      --compare-ascii ${NOTOL}
-        ${BASELINE_FILES}/raTvSpectralSensitivityReaderTest.txt
-        ${TEMP}/rcTuSpectralSensitivityReaderGenericTest.txt
+        ${BASELINE_FILES}/raTvSpectralSensitivityReaderGenericTest.txt
+        ${TEMP}/raTvSpectralSensitivityReaderGenericTest.txt
      --ignore-lines-with 2 DataPath FileName
      otbSpectralSensitivityReaderGenericTest
     ${INPUTDATA}/Radiometry/SPOT5/HRG1/rep6S.dat
     ${INPUTDATA}/SPOT5_EXTRACTS/Arcachon/Arcachon_extrait_3852_3319_546_542.tif
-        ${TEMP}/rcTuSpectralSensitivityReaderGenericTest.txt     
+        ${TEMP}/raTvSpectralSensitivityReaderGenericTest.txt     
 )
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbRADIOMETRY_TESTS6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
GitLab