Skip to content

Fixing GMVReaderOneOrTwoVertices test failure on ARM MacOs

Yohann Bearzi (Kitware) requested to merge yohann.bearzi/paraview:gmv-fix into master

ARM MacOs currently fail to render lines. The test GMVReaderOneOrTwoVertices was using lines to test the output geometry of the GMVReader on inputs that have vertices and lines as cells. This test is removed and replaced by a python test that doesn't require rendering. The number of vertices and lines in the output is verified.

Merge request reports