Skip to content

Commit

Permalink
STYLE: Rename itkImageToHistogramFilterTest3 to honor tested class
Browse files Browse the repository at this point in the history
Rename `itkImageToHistogramFilterTest3` to honor tested class.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Mar 25, 2022
1 parent 49015b6 commit 9325b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Modules/Numerics/Statistics/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ itkUniformRandomSpatialNeighborSubsamplerTest.cxx
itkVectorContainerToListSampleAdaptorTest.cxx
itkImageToHistogramFilterTest.cxx
itkImageToHistogramFilterTest2.cxx
itkImageToHistogramFilterTest3.cxx
itkScalarImageToHistogramGeneratorTest.cxx
)

CreateTestDriver(ITKStatistics "${ITKStatistics-Test_LIBRARIES}" "${ITKStatisticsTests}")
Expand Down Expand Up @@ -417,6 +417,6 @@ itk_add_test(NAME itkImageToHistogramFilterTest2
itk_add_test(NAME itkImageToHistogramFilterTest2_Auto
COMMAND ITKStatisticsTestDriver itkImageToHistogramFilterTest2
DATA{${ITK_DATA_ROOT}/Input/VisibleWomanEyeSlice.png} ${ITK_TEST_OUTPUT_DIR}/itkImageToHistogramFilterTest2.txt 1)
itk_add_test(NAME itkImageToHistogramFilterTest3
COMMAND ITKStatisticsTestDriver itkImageToHistogramFilterTest3
DATA{${ITK_DATA_ROOT}/Input/cthead1.png} ${ITK_TEST_OUTPUT_DIR}/itkImageToHistogramFilterTest3.txt)
itk_add_test(NAME itkScalarImageToHistogramGeneratorTest
COMMAND ITKStatisticsTestDriver itkScalarImageToHistogramGeneratorTest
DATA{${ITK_DATA_ROOT}/Input/cthead1.png} ${ITK_TEST_OUTPUT_DIR}/itkScalarImageToHistogramGeneratorTest.txt)
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "itkTestingMacros.h"

int
itkImageToHistogramFilterTest3(int argc, char * argv[])
itkScalarImageToHistogramGeneratorTest(int argc, char * argv[])
{

if (argc < 3)
Expand Down

0 comments on commit 9325b2a

Please sign in to comment.