From dfad8342b41c682880c816b9455d6abb06d3fe5a Mon Sep 17 00:00:00 2001
From: ctraizet <cedric.traizet@c-s.fr>
Date: Wed, 27 Mar 2019 14:55:12 +0100
Subject: [PATCH] Test: remove full path from the baseline

---
 .../Files/apTvTestApplicationOutputXML_All.xml       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Data/Baseline/OTB-Applications/Files/apTvTestApplicationOutputXML_All.xml b/Data/Baseline/OTB-Applications/Files/apTvTestApplicationOutputXML_All.xml
index 57e7d77393..1c1803f11a 100644
--- a/Data/Baseline/OTB-Applications/Files/apTvTestApplicationOutputXML_All.xml
+++ b/Data/Baseline/OTB-Applications/Files/apTvTestApplicationOutputXML_All.xml
@@ -42,19 +42,19 @@
             <key>filename</key>
             <type>InputFilename</type>
             <name>File name</name>
-            <value>/home/cedric/Documents/OTBData/otb-data/Input/letter.scale</value>
+            <value>Data/Input/letter.scale</value>
         </parameter>
         <parameter mandatory="true">
             <key>outfilename</key>
             <type>OutputFilename</type>
             <name>Output Filename</name>
-            <value>/home/cedric/OTB/build2/Testing/Temporary/foo.txt</value>
+            <value>Testing/Temporary/foo.txt</value>
         </parameter>
         <parameter mandatory="true">
             <key>directory</key>
             <type>Directory</type>
             <name>Directory name</name>
-            <value>/home/cedric/Documents/OTBData/otb-data/Input/world_boundaries</value>
+            <value>Input/world_boundaries</value>
         </parameter>
         <parameter mandatory="true">
             <key>choice.choice1.floatchoice1</key>
@@ -73,15 +73,15 @@
             <type>OutputImage</type>
             <name>Output Image</name>
             <pixtype>double</pixtype>
-            <value>/home/cedric/OTB/build2/Testing/Temporary/foo.tif</value>
+            <value>Testing/Temporary/foo.tif</value>
         </parameter>
         <parameter mandatory="false">
             <key>il</key>
             <type>InputImageList</type>
             <name>Input image list</name>
             <values>
-                <value>/home/cedric/Documents/OTBData/otb-data/Input/anaglyphInput1.tif</value>
-                <value>/home/cedric/Documents/OTBData/otb-data/Input/anaglyphInput2.tif</value>
+                <value>Input/anaglyphInput1.tif</value>
+                <value>Input/anaglyphInput2.tif</value>
             </values>
         </parameter>
         <parameter mandatory="false">
-- 
GitLab