From 52ab33d6876ca0b1ee4f6f973cd50f3476df1ab5 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@cnes.fr> Date: Wed, 4 Jan 2017 08:37:20 +0100 Subject: [PATCH] TEST: ignore lines with absolute path in app xml test --- Modules/Applications/AppTest/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Applications/AppTest/test/CMakeLists.txt b/Modules/Applications/AppTest/test/CMakeLists.txt index 2ceb068dec..9a2d8705e6 100644 --- a/Modules/Applications/AppTest/test/CMakeLists.txt +++ b/Modules/Applications/AppTest/test/CMakeLists.txt @@ -33,4 +33,5 @@ otb_test_application(NAME apTvTestApplicationOutputXML_All VALID --compare-ascii ${NOTOL} ${OTBAPP_BASELINE_FILES}/apTvTestApplicationOutputXML_All.xml ${TEMP}/apTvTestApplicationOutputXML_All.xml + --ignore-lines-with 7 letter.scale foo.txt world_boundaries foo.tif anaglyphInput1.tif anaglyphInput2.tif RADARSAT2_ALTONA_300_300_VV.tif ) -- GitLab