MantisBT - ParaView
View Issue Details
0013548ParaView(No Category)public2012-10-23 11:242016-08-12 09:59
Sebastien Jourdain 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
 
 
TBD
incorrect functionality
0013548: Wrong CMake dependency in Test definition
Both of those test are defined in the wrong CMake location as there condition is not properly set at the first pass.

Plugins-ServerManagerPython
pvcrs.UncertaintyRendering

=== ParaViewCore/ServerManager/Default/Testing/Python/CMakeLists.txt ===

if(PARAVIEW_BUILD_PLUGIN_SurfaceLIC AND PARAVIEW_BUILD_PLUGIN_SLACTools)
  list(APPEND PY_TESTS_NO_BASELINE Plugins)
endif()

=== Plugins/UncertaintyRendering/Testing/CMakeLists.txt ===

  if(PARAVIEW_CLIENT_RENDER_SERVER_TESTS)
    add_client_render_server_tests("pvcrs"
      BASELINE_DIR ${PARAVIEW_DATA_ROOT}/Baseline
      TEST_SCRIPTS ${UNCERTAINTY_RENDERING_TESTS}
    )
  endif()
No tags attached.
Issue History
2012-10-23 11:24Sebastien JourdainNew Issue
2012-10-23 11:24Sebastien JourdainAssigned To => Utkarsh Ayachit
2016-08-12 09:59Kitware RobotNote Added: 0038259
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0038259)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.