From 70e05aba9e29844841338e5ddd2ba351c4cf89ad Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 12 Dec 2007 13:06:58 +0000
Subject: [PATCH] Ajout du test pour l'OrthoRectificationExample -> avec le
 test pour le XS

---
 Examples/Projections/CMakeLists.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Examples/Projections/CMakeLists.txt b/Examples/Projections/CMakeLists.txt
index 27b2f4724f..bc6c13fa0d 100644
--- a/Examples/Projections/CMakeLists.txt
+++ b/Examples/Projections/CMakeLists.txt
@@ -47,6 +47,22 @@ ADD_TEST(OrthoRectificationExampleTest ${EXE_TESTS}
 	
 )
 
+ADD_TEST(OrthoRectificationExampleXSTest ${EXE_TESTS}
+	--compare-image ${TOL}
+	${BASELINE}/xsOrthoToul.tif
+	${TEMP}/xsOrthoToul.tif
+    OrthoRectificationExampleTest  
+	 ${INPUTLARGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_MUL/02APR01105228-M1BS-000000128955_01_P001.TIF
+	${TEMP}/xsOrthoToul.tif 
+	375000 
+	4828100 
+	500 
+	500 
+	0.6 
+	-0.6
+	
+)
+
 INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
 
 ADD_EXECUTABLE(otbProjectionsExamplesTests otbProjectionsExamplesTests.cxx)
-- 
GitLab