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

Ajout d'un test manquant.

parent b38a1d7e
No related branches found
No related tags found
No related merge requests found
......@@ -839,7 +839,7 @@ ADD_TEST(ioTvVectorImageFileReaderWriterTest ${IO_TESTS}
# ${BASELINE_FILES}/
# ${TEMP}/
otbVectorImageFileReaderWriterTest
${IMAGEDATA}/qb_RoadExtract.img.hdr
${INPUTDATA}/qb_RoadExtract.img.hdr
${TEMP}/ioTvVectorImageFileReaderWriterTest.hdr
)
......
......@@ -21,7 +21,7 @@
#endif
#include "itkVectorImage.h"
#include "otbVectorImage.h"
#include "itkExceptionObject.h"
#include <iostream>
......@@ -40,8 +40,8 @@ int otbVectorImageFileReaderWriterTest(int argc, char* argv[])
typedef double OutputPixelType;
const unsigned int Dimension = 2;
typedef itk::VectorImage< InputPixelType, Dimension > InputImageType;
typedef itk::VectorImage< OutputPixelType, Dimension > OutputImageType;
typedef otb::VectorImage< InputPixelType, Dimension > InputImageType;
typedef otb::VectorImage< OutputPixelType, Dimension > OutputImageType;
typedef otb::ImageFileReader< InputImageType > ReaderType;
typedef otb::ImageFileWriter< OutputImageType > WriterType;
......
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