Commit e40b7ad
committed
COMP: Rename test names that collide with ITK core tests
itkGradientMagnitudeImageFilterTest1 and itkCannyEdgeDetectionImageFilterTest2
are already registered by ITK's ImageGradient and ImageFeature modules, so a
build with this remote module enabled emits AUTHOR_WARNINGs from
itk_add_test and the two tests share ITK's Cleanup_<name> fixture, which
races under ctest -j.
Prefix both with the module name to make them unique. Only the ctest test
name changes; the executables, arguments, and baseline files are unchanged.1 parent 8d5cba9 commit e40b7ad
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments