Skip to content

Commit ae3ee1d

Browse files
jhlegarretahjmjohnson
authored andcommitted
STYLE: Honor FastIncrementalBinaryDilateImageFilter class in test name
Honor tested class name (`itk::FastIncrementalBinaryDilateImageFilter`) in its correspoding test name.
1 parent 0ea5559 commit ae3ee1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/Filtering/BinaryMathematicalMorphology/test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ itk_module_test()
22
set(ITKBinaryMathematicalMorphologyTests
33
itkBinaryClosingByReconstructionImageFilterTest.cxx
44
itkBinaryDilateImageFilterTest.cxx
5-
itkBinaryDilateImageFilterTest2.cxx
5+
itkFastIncrementalBinaryDilateImageFilterTest.cxx
66
itkBinaryDilateImageFilterTest3.cxx
77
itkBinaryErodeImageFilterTest.cxx
88
itkBinaryErodeImageFilterTest3.cxx
@@ -24,8 +24,8 @@ itk_add_test(NAME itkBinaryClosingByReconstructionImageFilterTest
2424
itkBinaryClosingByReconstructionImageFilterTest DATA{${ITK_DATA_ROOT}/Input/cthead1-bin.png} ${ITK_TEST_OUTPUT_DIR}/itkBinaryClosingByReconstructionImageFilterTest.png 0 255 10)
2525
itk_add_test(NAME itkBinaryDilateImageFilterTest
2626
COMMAND ITKBinaryMathematicalMorphologyTestDriver itkBinaryDilateImageFilterTest)
27-
itk_add_test(NAME itkBinaryDilateImageFilterTest2
28-
COMMAND ITKBinaryMathematicalMorphologyTestDriver itkBinaryDilateImageFilterTest2)
27+
itk_add_test(NAME itkFastIncrementalBinaryDilateImageFilterTest
28+
COMMAND ITKBinaryMathematicalMorphologyTestDriver itkFastIncrementalBinaryDilateImageFilterTest)
2929
itk_add_test(NAME itkBinaryDilateImageFilterTest-100-0-0
3030
COMMAND ITKBinaryMathematicalMorphologyTestDriver
3131
--compare-MD5 ${ITK_TEST_OUTPUT_DIR}/itkBinaryDilateImageFilterTest-100-0-0.png

Modules/Filtering/BinaryMathematicalMorphology/test/itkBinaryDilateImageFilterTest2.cxx renamed to Modules/Filtering/BinaryMathematicalMorphology/test/itkFastIncrementalBinaryDilateImageFilterTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "itkTestingMacros.h"
2222

2323
int
24-
itkBinaryDilateImageFilterTest2(int, char *[])
24+
itkFastIncrementalBinaryDilateImageFilterTest(int, char *[])
2525
{
2626
unsigned int i;
2727

0 commit comments

Comments
 (0)