diff --git a/Testing/Code/Wrappers/Python/CMakeLists.txt b/Testing/Code/Wrappers/Python/CMakeLists.txt index bad9b89c0429a5690fc144908be366e11e1cdfc3..093b2ffa6b80ce7dcc9c5e3ba0a1bff908c33b49 100644 --- a/Testing/Code/Wrappers/Python/CMakeLists.txt +++ b/Testing/Code/Wrappers/Python/CMakeLists.txt @@ -49,7 +49,7 @@ add_test( NAME pyTvBug440 add_test( NAME pyTvBug441 COMMAND ${TEST_DRIVER} Execute ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/Bug441.py - ${OTB_DATA_ROOT}/Input/stereo_wv2_left.tif - ${OTB_DATA_ROOT}/Input/stereo_wv2_right.tif + ${OTB_DATA_ROOT}/Input/sensor_stereo_left.tif + ${OTB_DATA_ROOT}/Input/sensor_stereo_right.tif ${TEMP}/pyTvBug441Output.tif )