Skip to content
Snippets Groups Projects
Commit 0ff690ec authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Ignoring the SubDatasetIndex keyword during regression testing

parent 8046a44e
No related branches found
No related tags found
No related merge requests found
...@@ -786,6 +786,7 @@ otb_add_test(NAME ioTvMultiMonoChannelROI_ENVI2PNG COMMAND otbImageBaseTestDriv ...@@ -786,6 +786,7 @@ otb_add_test(NAME ioTvMultiMonoChannelROI_ENVI2PNG COMMAND otbImageBaseTestDriv
# Tests to check if we can open JPEG2000 files specifying the resolution factor. # Tests to check if we can open JPEG2000 files specifying the resolution factor.
# no access to data only PrintSelf() method. # no access to data only PrintSelf() method.
otb_add_test(NAME ioTvMultiResolutionReading0 COMMAND otbImageBaseTestDriver otb_add_test(NAME ioTvMultiResolutionReading0 COMMAND otbImageBaseTestDriver
--ignore-lines-with 1 SubDatasetIndex
--compare-ascii ${NOTOL} ${BASELINE_FILES}/ioTvMultiResolutionReading0.txt --compare-ascii ${NOTOL} ${BASELINE_FILES}/ioTvMultiResolutionReading0.txt
${TEMP}/ioTvMultiResolutionReading0.txt ${TEMP}/ioTvMultiResolutionReading0.txt
otbVectorImageTest otbVectorImageTest
...@@ -794,6 +795,7 @@ otb_add_test(NAME ioTvMultiResolutionReading0 COMMAND otbImageBaseTestDriver ...@@ -794,6 +795,7 @@ otb_add_test(NAME ioTvMultiResolutionReading0 COMMAND otbImageBaseTestDriver
) )
otb_add_test(NAME ioTvMultiResolutionReading3 COMMAND otbImageBaseTestDriver otb_add_test(NAME ioTvMultiResolutionReading3 COMMAND otbImageBaseTestDriver
--ignore-lines-with 1 SubDatasetIndex
--compare-ascii ${NOTOL} ${BASELINE_FILES}/ioTvMultiResolutionReading3.txt --compare-ascii ${NOTOL} ${BASELINE_FILES}/ioTvMultiResolutionReading3.txt
${TEMP}/ioTvMultiResolutionReading3.txt ${TEMP}/ioTvMultiResolutionReading3.txt
otbVectorImageTest otbVectorImageTest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment