Skip to content

TEST: remove obsolete unstructured grid tests

Created by: agirault

vtkMRMLUnstructuredGridNode and its components were removed in r25666 [1], within the pull request #647, but the tests were not undefined in Libs/MRML/Core/Testing/CMakeLists.txt.

[1] http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=25666

Removes the following failing tests from CDash [2]:

  • vtkMRMLSceneImportTest_unstruct_grid.mrml
  • vtkMRMLSCeneTest2_unstruct_grid.mrml
  • vtkMRMLUnstructuredGridDisplayNodeTest1
  • vtkMRMLUnstructuredGridNodeTest1
  • vtkMRMLUnstructuredGridStorageNodeTest1

[2] http://slicer.cdash.org/viewTest.php?onlydelta&buildid=960672

Replace scene tests using unstructured grid by scene tests using volumetric mesh.

  • vtkMRMLSceneImportTest_volumetric_mesh.mrml
  • vtkMRMLSCeneTest2_volumetric_mesh.mrml

Issue reported by @lassoan

Merge request reports

Loading