]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Unblacklist KODAK-12-MONO1-Odd_Terminated_Sequence.dcm
[gdcm.git] / Testing / CMakeLists.txt
index e956a8316ef3da1c29c7bf3c87844a207cd7a833..60b1e913443f399a90eb768f085f8be48ebbc363 100644 (file)
@@ -137,12 +137,18 @@ ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9)
 # Black list of images known to break lots of readers (efilm, xmedcon ...):
 SET(BLACK_LIST
   # serial killer (also segfaults vtkgdcmViewer, but NOT PrintFile)
-  "gdcm-JPEG-LossLessThoravision.dcm"
+  #"gdcm-JPEG-LossLessThoravision.dcm"
 
   # Mathieu: temporarily remove as it kills my gnome session (but not kde)
   # JPR: also breaks TestReadWriteReadCompare : Pixel differ (as expanded
   #      in memory)  
-  "KODAK-12-MONO1-Odd_Terminated_Sequence.dcm"
+  #"KODAK-12-MONO1-Odd_Terminated_Sequence.dcm"
+  
+  # Multiframe Papyrus format image
+  # Just to remember this format exist, and is gdcm::Header compliant
+  # (NOT gdcm::File ...)
+  # any contribution is welcome
+  "PET-cardio-Multiframe-Papyrus.dcm" 
   )
 
 # This is a GLOB expression, change it into a list separated with a comma and \n