From: malaterre Date: Fri, 5 Nov 2004 22:59:15 +0000 (+0000) Subject: BUG: Remove a broken image from the MAC baseline X-Git-Tag: Version0.6.bp~5 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1481a8c42f220e3ee882275bcf0b8cb1efd84cc5;p=gdcm.git BUG: Remove a broken image from the MAC baseline --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index fa3a96bd..76814532 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -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)