Skip to content

Commit

Permalink
ENH: Improve coverage of DataSetSurfaceFilter
Browse files Browse the repository at this point in the history
Other existing, non-unit tests covered 78 percent. This Unit test
alone covers over 90 percent. The remaing uncovered code is for
unusual use cases that are difficult to replicate.

Changes also made to vtkDataSetSurfaceFilter:

COMP: Removed unreachable code. Mainly unreachable Delete's.

COMP: Added missing vtkWarningMacro's

COMP: Added Get() methods to PrintSelf,

COMP: Fixed some spelling errors.
  • Loading branch information
lorensen committed May 26, 2016
1 parent d50c0f2 commit aa3330f
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 33 deletions.
1 change: 1 addition & 0 deletions Filters/Geometry/Testing/Cxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ vtk_add_test_cxx(${vtk-module}CxxTests no_data_tests
TestStructuredAMRGridConnectivity.cxx
TestStructuredGridConnectivity.cxx
TestStructuredGridGhostDataGenerator.cxx
UnitTestDataSetSurfaceFilter.cxx
)

set(all_tests
Expand Down
Loading

0 comments on commit aa3330f

Please sign in to comment.