From bd51fe6409b2747c58e6a9787421547e4a840ee1 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Fri, 20 Aug 2010 16:21:27 +0200
Subject: [PATCH] ENH : add validation test

---
 Testing/Code/IO/CMakeLists.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Testing/Code/IO/CMakeLists.txt b/Testing/Code/IO/CMakeLists.txt
index d33e0e4a75..97411c8d9f 100644
--- a/Testing/Code/IO/CMakeLists.txt
+++ b/Testing/Code/IO/CMakeLists.txt
@@ -2592,6 +2592,13 @@ ADD_TEST(ioTuMapFileProductWriterNew ${IO_TESTS21}
   otbMapFileProductWriterNew
 )
 
+ADD_TEST(ioTvMapFileProductWriter ${IO_TESTS21}
+  otbMapFileProductWriter
+  ${INPUTDATA}/toulouse_Extract_1500_1500_2000_2000.tif
+  ${TEMP}/mapserver/toulouseExtract.map
+  256
+)
+
 #----------------------------------------------------------------------------------
 SET(BasicIO_SRCS1
 otbIOTests1.cxx
@@ -2797,6 +2804,7 @@ otbSarDefaultImageMetadataInterfaceNew.cxx
 SET(BasicIO_SRCS21
 otbIOTests21.cxx
 otbMapFileProductWriterNew
+otbMapFileProductWriter
 )
 
 
@@ -2844,4 +2852,3 @@ OTB_ADD_EXECUTABLE(otbIOTests20 "${BasicIO_SRCS20}" "OTBIO;OTBTesting")
 ENDIF( NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING )
 
 OTB_ADD_EXECUTABLE(otbIOTests21 "${BasicIO_SRCS21}" "OTBIO;OTBTesting")
-
-- 
GitLab