changeset 870:64d14044aa09

note
author Alain Mazy <am@orthanc.team>
date Fri, 05 Dec 2025 10:11:25 +0100
parents a662033da86a
children 68518abff243
files NewTests/PixelsMasker/test_pixels_masker.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NewTests/PixelsMasker/test_pixels_masker.py	Fri Dec 05 09:49:35 2025 +0100
+++ b/NewTests/PixelsMasker/test_pixels_masker.py	Fri Dec 05 10:11:25 2025 +0100
@@ -89,7 +89,7 @@
         self.assertEqual(22, len(self.o.studies.get_instances_ids(modified_study.orthanc_id)))
 
 
-        # compare instances
+        # compare instances, only the middle one should have been modified
         self.assertTrue(self.are_instances_identical(self.o.studies.get_series_ids(original_study_id)[0],
                                                      self.o.studies.get_series_ids(modified_study.orthanc_id)[0],
                                                      1))