Skip to content

Eliminate tests causing errors.

Andrew Maclean requested to merge amaclean/vtk:fix_TestTensorGlyph_py into master

In testParse, testGetSet, testParse [note: two functions of the same name] vtkTensorGlyph() is defined but there is no input/output port assignment.

Hence the error: "Attempt to get connection index 0 for input port 0, which has 0 connections."

This fix removes these tests.

Merge request reports