Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 735
    • Issues 735
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 205
    • Merge requests 205
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Issues
  • #1463

Closed
Open
Created Jan 09, 2005 by Kitware Robot@kwrobotOwner

TestEmptyInput skips some classes

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


TestEmptyInput uses this test to decide whether a class should be tested for empty input:

{[b IsA "vtkAlgorithm"] && ! [b IsA "vtkBMPReader"] && ! [b IsA "vtkImageExport"] && ! [b IsA "vtkOpenGLTexture"]}

This is because the vtkBMPReader, vtkImageExport, and vtkOpenGLTexture classes fail the test. These should be fixed.

Assignee
Assign to
Time tracking