From 91c697a69bff8f4dc39c27429591f75baaf79d5c Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@c-s.fr>
Date: Mon, 1 Dec 2008 18:21:59 +0100
Subject: [PATCH] TEST: Completing test on StreamingWarpImageFilter

---
 Testing/Code/DisparityMap/CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Testing/Code/DisparityMap/CMakeLists.txt b/Testing/Code/DisparityMap/CMakeLists.txt
index 7dbc3f0768..7037e7980f 100644
--- a/Testing/Code/DisparityMap/CMakeLists.txt
+++ b/Testing/Code/DisparityMap/CMakeLists.txt
@@ -312,12 +312,12 @@ ADD_TEST(dmTuStreamingWarpImageFilterNew ${DISPARITYMAP_TESTS3}
 
 ADD_TEST(dmTvStreamingWarpImageFilter ${DISPARITYMAP_TESTS3}
 	--compare-image ${EPSILON}
-	${BASELINE}/
-	${TEMP}/
+	${BASELINE}/dmStreamingWarpImageFilterOutput.tif
+	${TEMP}/dmStreamingWarpImageFilterOutput.tif
 	otbStreamingWarpImageFilter
-	${INPUTDATA}/
-	${INPUTDATA}/
-	${TEMP}/
+	${INPUTDATA}/ROI_IKO_PAN_LesHalles_sub.tif
+	${INPUTDATA}/ROI_IKO_PAN_LesHalles_sub_deformation_field.tif
+	${TEMP}/dmStreamingWarpImageFilterOutput.tif
 	5
 )
 
-- 
GitLab