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

Suppression d'un test inutile

parent 57a32f56
Branches
Tags
No related merge requests found
......@@ -1381,9 +1381,6 @@ ADD_TEST(ioTvWritingComplexDataWithComplexImage ${IO_TESTS14}
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbIOTESTS15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADD_TEST(ioTuVectorDataIOBaseTest ${IO_TESTS15}
otbVectorDataIOBaseNew )
ADD_TEST(ioTuOGRVectorDataIO ${IO_TESTS15}
otbSHPVectorDataIONew )
......@@ -1526,7 +1523,6 @@ otbWritingComplexDataWithComplexImageTest.cxx
SET(BasicIO_SRCS15
otbVectorDataIOBaseNew.cxx
otbVectorDataSourceNew.cxx
otbVectorDataFileReaderNew.cxx
otbVectorDataFileReader.cxx
......
......@@ -28,7 +28,6 @@
void RegisterTests()
{
REGISTER_TEST(otbVectorDataIOBaseNew);
REGISTER_TEST(otbVectorDataSourceNew);
REGISTER_TEST(otbVectorDataFileReaderNew);
REGISTER_TEST(otbVectorDataFileReader);
......
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include "otbVectorDataIOBase.h"
#include "otbVectorData.h"
int otbVectorDataIOBaseNew(int argc, char * argv[])
{
typedef otb::VectorData<> VectorDataType;
typedef otb::VectorDataIOBase<VectorDataType> VectorDataIOBaseType;
VectorDataIOBaseType * object;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment