[Insight-developers] itkHistogramImageToImageMetric : missing tests

Luis Ibanez luis . ibanez at kitware . com
Mon, 04 Aug 2003 11:36:12 -0400


Hi Raghavendra,

The classes

    itkHistogramImageToImage
    itkMeanSquaresHistogramImageToImage


in Insight/Code/Algorithms
http://www . itk . org/cgi-bin/viewcvs . cgi/Code/Algorithms/itkHistogramImageToImageMetric . h?sortby=date&cvsroot=Insight
http://www . itk . org/cgi-bin/viewcvs . cgi/Code/Algorithms/itkMeanSquaresHistogramImageToImageMetric . h?sortby=date&cvsroot=Insight


were missing tests.

We just added dummy tests under

Test/Code/Algorirthms/
   itkHistogramImageToImageTest.cxx
   itkMeanSquaresHistogramImageToImageTest.cxx


The tests are empty and are set to *FAIL*,
so it will show up in the dashboad.

Could you please add a reasonable testing code
to these new files, in order to cover these classes.


Thanks,


    Luis