]> Creatis software - gdcm.git/commitdiff
Update comments on blacklisted images
authorjpr <jpr>
Thu, 16 Feb 2006 17:02:38 +0000 (17:02 +0000)
committerjpr <jpr>
Thu, 16 Feb 2006 17:02:38 +0000 (17:02 +0000)
Testing/CMakeLists.txt
Testing/VTKTestRead.cxx

index ddc3e68fe4686bb5331e0cebe96b177cf86ecf78..7628602950725c0cdcf85752ffae0c04dc040cce 100644 (file)
@@ -146,17 +146,14 @@ SET(BLACK_LIST
   #
   # ------------
   #
-  # I probabely messed up something with the .png, .tst of
-  # the images I recently added to the Test Suite
-  # I Black list them, until I find where is the pb.
-  #"US-RGB-8-esopecho.dcm"
-  #"MR_Philips_Intera_No_PrivateSequenceImplicitVR.dcm"
-  #"MR_SIEMENS_forceLoad29-1010_29-1020.dcm"
-  
+   
   #Still cause troubles (see the .README.txt file for more details)  
   "MR_Philips_Intera_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm"  
   "MR_Philips_Intera_PrivateSequenceExplicitVR.dcm" 
   #The 2 previous images are identical !
+  #--> Replaced by more significant name
+  "MR_Philips_Intera_PrivateSequenceExplicitVR_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm"
+
   #hexedit shows something *very* strange around offset 0x76e !
   #the images looks *over*corrupted (on disc, not from the manufacturer!)
   "MR_Philips_Intera_PrivateSequenceImplicitVR.dcm"
index 186afda0caedc9b23db178bc32a07c3d51fe1535..e1c0b977196d413c29cc1f15cff04779945ad9ed 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: VTKTestRead.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/21 10:06:47 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2006/02/16 17:02:38 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -205,7 +205,7 @@ int VTKTestRead(int argc, char *argv[])
       return ret;
    }
    
-   gdcm::Debug::DebugOn(); // Comment out when no bug is to be tracked
+   //gdcm::Debug::DebugOn(); // Comment out when no bug is to be tracked
 
    // Test for all images
    int i = 0;