


BUG: Don't use hard coded filenames in programs used in several tests, to be able to run the tests in parallel
44 lines of code changed in:
BUG: Tests shouldn't use the same output files to be usable with parallel tests
3 lines of code changed in:
BUG: Remove duplicated tests which were breaking parallel testing.
0 lines of code changed in:
BUG: More parallel test fixes, this time for Gipl and Nifti tests
13 lines of code changed in:
BUG: Running the exact same program 3 times to test the 3 outputs is not required anymore and breaks parallel testing
1 lines of code changed in:
BUG: ReadWriteSpatialObjectTest and MeshSpatialObjectIOTest were using the same temporary file for internal tests.
20 lines of code changed in:
BUG: Nrrd tests were all writing the same file.
20 lines of code changed in:
BUG: Fix the broken loop made to test both NiftiImageIOFactory and AnalyzeImageIOFactory - it was always running the internal tests for Analyze, and thus wasn't exercising the read capabilities. The mistake has been highlted by some failing parallel test which were all trying to write the output files of the internal tests at the same time.
13 lines of code changed in:
ENH: Hopefully, full code coverage for BinaryImageToLabelMapFilter.
19 lines of code changed in:
ENH: Full test coverage of CropLabelMapFilter. STYLE: better filter name.
15 lines of code changed in:
ENH: Change the order of the test for a better code coverage. STYLE: Indentation enhancement.
28 lines of code changed in:
BUG: Don't use the same output image name in several test to be able to run the tests in parallel.
40 lines of code changed in:
ENH: Test the exception when the number of objects is too large. ENH: Enhance the error message by adding the number of objects found and the largest possible numbers.
32 lines of code changed in:
BUG: Fix progress report.
4 lines of code changed in:
ENH: Add an artificial image to exercise all the line configurations in BinaryImageToLabelMapFilter.
24 lines of code changed in:
ENH: test the case where an object must be removed to free the label for the background - coverage should reach 100% in ChangeLabelLabelMapFilter.
10 lines of code changed in:
BUG: Progress was broken. Splitting big methods in smaller ones is usually a good practice. Unfortunatly, it's often difficult to do it right in ITK without breaking the progress report.
13 lines of code changed in:
ENH: Test a wrong method type in MergeLabelMapFilter - coverage should reach 100% in that class.
12 lines of code changed in:
COMP: Missing include.
3 lines of code changed in:
ENH: Avoid calling typeid() repetively because it scales very badely with high number of threads with sun studio. On my 8 core (and 16 threads) host, performances are enhanced approximately by 15.
20 lines of code changed in:
(447 more)