diff --git a/Modules/Wrappers/SWIG/test/python/Bug440.py b/Modules/Wrappers/SWIG/test/python/Bug440.py deleted file mode 100644 index 3631d406dcde410e606a570b7f8bfdd9ada9c9e4..0000000000000000000000000000000000000000 --- a/Modules/Wrappers/SWIG/test/python/Bug440.py +++ /dev/null @@ -1,37 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (C) 2005-2017 Centre National d'Etudes Spatiales (CNES) -# -# This file is part of Orfeo Toolbox -# -# https://www.orfeo-toolbox.org/ -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# Import the otb applications package - -import sys -def test(otbApplication, argv): - # The following line creates an instance of the Convert application - Convert = otbApplication.Registry.CreateApplication("Convert") - - # The following lines set all the application parameters: - Convert.SetParameterString("in", argv[1]) - - Convert.SetParameterString("out", argv[2]) - - Convert.SetParameterString("type","linear") - - # The following line execute the application - sys.exit(Convert.ExecuteAndWriteOutput()) diff --git a/Modules/Wrappers/SWIG/test/python/CMakeLists.txt b/Modules/Wrappers/SWIG/test/python/CMakeLists.txt index edbef92fe8ac7a2267ec0c395a84809b3151c16f..b53d14e63fa8de65baad4efd15219dd4ddf3ed21 100644 --- a/Modules/Wrappers/SWIG/test/python/CMakeLists.txt +++ b/Modules/Wrappers/SWIG/test/python/CMakeLists.txt @@ -53,14 +53,6 @@ add_test( NAME pyTvHyperspectralUnmixingUCLS ucls ) -add_test( NAME pyTvBug440 - COMMAND ${TEST_DRIVER} Execute - ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/PythonTestDriver.py - Bug440 - ${OTB_DATA_ROOT}/Input/scene.png - ${TEMP}/pyTvBug440Output.tif - ) - add_test( NAME pyTvBug804 COMMAND ${TEST_DRIVER} Execute ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/PythonTestDriver.py