Skip to content
Snippets Groups Projects
Commit 2be88ac8 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: add comment to link test to bug 333

parent 58d18060
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment