diff --git a/Testing/Code/Common/otbExtractROITestMetaData.cxx b/Testing/Code/Common/otbExtractROITestMetaData.cxx index fc6dff83f1406475263eb2161773af64bfca9b34..d3de368291ec0dd579c3c603e6f10c4f6d5303e2 100644 --- a/Testing/Code/Common/otbExtractROITestMetaData.cxx +++ b/Testing/Code/Common/otbExtractROITestMetaData.cxx @@ -30,6 +30,13 @@ #include "otbImageFileReader.h" #include "otbImageFileWriter.h" +/* +* First related to the bug +* http://bugs.orfeo-toolbox.org/view.php?id=303. Bug cloased. +* +* Still failing because of the test http://bugs.orfeo-toolbox.org/view.php?id=333 +*/ + int otbExtractROITestMetaData(int argc, char * argv[]) { typedef float PixelType; diff --git a/Testing/Code/Projections/otbVectorDataIntoImageProjectionFilterTest.cxx b/Testing/Code/Projections/otbVectorDataIntoImageProjectionFilterTest.cxx index dd8cde276d84633762d7dcb41633b02d211b6096..c689fd2849de9981111955eeb00700c16e4b2429 100644 --- a/Testing/Code/Projections/otbVectorDataIntoImageProjectionFilterTest.cxx +++ b/Testing/Code/Projections/otbVectorDataIntoImageProjectionFilterTest.cxx @@ -32,6 +32,11 @@ #include "otbVectorDataExtractROI.h" #include "otbVectorDataProjectionFilter.h" +/* +* Tests prTvVectorDataIntoImageProjectionFilterTest_2 and +* prTvVectorDataIntoImageProjectionFilterTest_4 failed because of the bug http://bugs.orfeo-toolbox.org/view.php?id=333. +*/ + int otbVectorDataIntoImageProjectionFilterTest(int argc, char * argv[]) { typedef float PixelType;