Skip to content
Snippets Groups Projects
Commit dfad8342 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

Test: remove full path from the baseline

parent 783f7390
Branches
Tags
No related merge requests found
...@@ -42,19 +42,19 @@ ...@@ -42,19 +42,19 @@
<key>filename</key> <key>filename</key>
<type>InputFilename</type> <type>InputFilename</type>
<name>File name</name> <name>File name</name>
<value>/home/cedric/Documents/OTBData/otb-data/Input/letter.scale</value> <value>Data/Input/letter.scale</value>
</parameter> </parameter>
<parameter mandatory="true"> <parameter mandatory="true">
<key>outfilename</key> <key>outfilename</key>
<type>OutputFilename</type> <type>OutputFilename</type>
<name>Output Filename</name> <name>Output Filename</name>
<value>/home/cedric/OTB/build2/Testing/Temporary/foo.txt</value> <value>Testing/Temporary/foo.txt</value>
</parameter> </parameter>
<parameter mandatory="true"> <parameter mandatory="true">
<key>directory</key> <key>directory</key>
<type>Directory</type> <type>Directory</type>
<name>Directory name</name> <name>Directory name</name>
<value>/home/cedric/Documents/OTBData/otb-data/Input/world_boundaries</value> <value>Input/world_boundaries</value>
</parameter> </parameter>
<parameter mandatory="true"> <parameter mandatory="true">
<key>choice.choice1.floatchoice1</key> <key>choice.choice1.floatchoice1</key>
...@@ -73,15 +73,15 @@ ...@@ -73,15 +73,15 @@
<type>OutputImage</type> <type>OutputImage</type>
<name>Output Image</name> <name>Output Image</name>
<pixtype>double</pixtype> <pixtype>double</pixtype>
<value>/home/cedric/OTB/build2/Testing/Temporary/foo.tif</value> <value>Testing/Temporary/foo.tif</value>
</parameter> </parameter>
<parameter mandatory="false"> <parameter mandatory="false">
<key>il</key> <key>il</key>
<type>InputImageList</type> <type>InputImageList</type>
<name>Input image list</name> <name>Input image list</name>
<values> <values>
<value>/home/cedric/Documents/OTBData/otb-data/Input/anaglyphInput1.tif</value> <value>Input/anaglyphInput1.tif</value>
<value>/home/cedric/Documents/OTBData/otb-data/Input/anaglyphInput2.tif</value> <value>Input/anaglyphInput2.tif</value>
</values> </values>
</parameter> </parameter>
<parameter mandatory="false"> <parameter mandatory="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment