View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013548ParaView(No Category)public2012-10-23 11:242016-08-12 09:59
ReporterSebastien Jourdain 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013548: Wrong CMake dependency in Test definition
DescriptionBoth 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()
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038259)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-10-23 11:24 Sebastien Jourdain New Issue
2012-10-23 11:24 Sebastien Jourdain Assigned To => Utkarsh Ayachit
2016-08-12 09:59 Kitware Robot Note Added: 0038259
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team