Skip to content
Snippets Groups Projects
Commit 00733b9d authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

ResampleToImage: Update test for new version

parent c2589931
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ int TestResampleToImage(int, char*[])
}
// Test for ParaView issue #19856
// Please note that #19856 is not fully fixed yet, but the test below still has value
vtkNew<vtkCellTypeSource> cellTypeSource;
cellTypeSource->SetCellOrder(1);
......@@ -116,9 +117,9 @@ int TestResampleToImage(int, char*[])
{
zeros += !val;
}
if (zeros != 744732)
if (zeros != 744725)
{
std::cout << "Caught " << zeros << " invalid points, it should have been 744732" << std::endl;
std::cout << "Caught " << zeros << " invalid points, it should have been 744725" << std::endl;
status = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment