Skip to content
Snippets Groups Projects
Commit 7b0909eb authored by Julien Malik's avatar Julien Malik
Browse files

TEST: StandardImageViewerRGBNew was not launched

parent 9974786c
No related branches found
No related tags found
No related merge requests found
......@@ -331,6 +331,11 @@ ADD_TEST(vrTuStandardImageViewerNew ${VISUALIZATION_TESTS1}
otbStandardImageViewerNew
)
#------------ otb::StandardImageViewer ------------
ADD_TEST(vrTuStandardImageViewerRGBNew ${VISUALIZATION_TESTS1}
otbStandardImageViewerRGBNew
)
ADD_TEST(vrTvStandardImageViewer ${VISUALIZATION_TESTS1}
otbStandardImageViewer
${INPUTDATA}/couleurs.tif 0
......
......@@ -27,7 +27,6 @@ int otbStandardImageViewerRGBNew(int argc, char * argv[])
typedef otb::Image<itk::RGBPixel<unsigned char>, 2> ImageType;
typedef otb::StandardImageViewer<ImageType> ViewerType;
ViewerType::Pointer viewer = ViewerType::New();
viewer->Update();
std::cout << viewer << std::endl;
......
......@@ -69,6 +69,7 @@ void RegisterTests()
REGISTER_TEST(otbImageViewerEndToEndWithVectorData);
REGISTER_TEST(otbStandardImageViewerNew);
REGISTER_TEST(otbStandardImageViewer);
REGISTER_TEST(otbStandardImageViewerRGBNew);
REGISTER_TEST(otbStandardImageViewerSplitted);
REGISTER_TEST(otbPackedWidgetManagerNew);
REGISTER_TEST(otbSplittedWidgetManagerNew);
......
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