]> Creatis software - gdcm.git/commitdiff
BUG: Remove a broken image from the MAC baseline
authormalaterre <malaterre>
Fri, 5 Nov 2004 22:59:15 +0000 (22:59 +0000)
committermalaterre <malaterre>
Fri, 5 Nov 2004 22:59:15 +0000 (22:59 +0000)
Testing/CMakeLists.txt

index fa3a96bd7cd8bcb7d48aea301067817ff4416a8b..76814532f15fe7107499dfa0930c1fc56d8132a8 100644 (file)
@@ -115,6 +115,12 @@ SET(BLACK_LIST
   "KODAK-12-MONO1-Odd_Terminated_Sequence.dcm"
   )
 
+IF(APPLE)
+  SET(BLACK_LIST ${BLACK_LIST}
+    "SIEMENS_GBS_III-16-ACR_NEMA_1.acr"  # This image contains a wrong length
+    # Which led us to read pass the end of the file. This seg fault on MacOSX
+    )
+ENDIF(APPLE)
 
 # This is a GLOB expression, change it into a list separated with a comma and \n
 SET(GDCM_DATA_IMAGES)