From c27975d305ac065c42270d20647e07c4505dc9a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sat, 10 Apr 2010 08:52:54 +0800 Subject: [PATCH] BUG: remove empty test --- Testing/Code/IO/CMakeLists.txt | 2 +- Testing/Code/IO/otbIOTests4.cxx | 29 ----------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 Testing/Code/IO/otbIOTests4.cxx diff --git a/Testing/Code/IO/CMakeLists.txt b/Testing/Code/IO/CMakeLists.txt index ecb80c38cd..14a451ddb5 100644 --- a/Testing/Code/IO/CMakeLists.txt +++ b/Testing/Code/IO/CMakeLists.txt @@ -26,7 +26,7 @@ SET(COMMON_TESTS3 ${CXX_TEST_PATH}/otbCommonTests3) SET(IO_TESTS1 ${CXX_TEST_PATH}/otbIOTests1) SET(IO_TESTS2 ${CXX_TEST_PATH}/otbIOTests2) SET(IO_TESTS3 ${CXX_TEST_PATH}/otbIOTests3) -SET(IO_TESTS4 ${CXX_TEST_PATH}/otbIOTests4) +#SET(IO_TESTS4 ${CXX_TEST_PATH}/otbIOTests4) SET(IO_TESTS5 ${CXX_TEST_PATH}/otbIOTests5) SET(IO_TESTS6 ${CXX_TEST_PATH}/otbIOTests6) SET(IO_TESTS7 ${CXX_TEST_PATH}/otbIOTests7) diff --git a/Testing/Code/IO/otbIOTests4.cxx b/Testing/Code/IO/otbIOTests4.cxx deleted file mode 100644 index 1584e8b9c6..0000000000 --- a/Testing/Code/IO/otbIOTests4.cxx +++ /dev/null @@ -1,29 +0,0 @@ -/*========================================================================= - - 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. - -=========================================================================*/ - -// this file defines the otbCommonTest for the test driver -// and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif - -#include "otbTestMain.h" - -void RegisterTests() -{ -} -- GitLab