Skip to content

Fix vtkSMTesting by using correct vtkTesting interface

vtkSMTesting was using an old interface of vtkTesting and testing only the front buffer.

This implies that some tests failed but thanks to automatic rerun, this was hidden. Here is an example of a fail (see end of page): https://buildbot.kitware.com/builders/paraview-luigi-linux-shared-release%2Bgui%2Bmpi%2Bpython/builds/64/steps/build-n-test/logs/stdio

This commit fixes it by using the correct vtkTesting interface by providing a vtkRenderWindow to test with.

Edited by Mathieu Westphal (Kitware)

Merge request reports