From d44aadb7b4ba5ad2c1d80ca6aa2125691e2b3aab Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 16 Feb 2006 17:02:38 +0000 Subject: [PATCH] Update comments on blacklisted images --- Testing/CMakeLists.txt | 11 ++++------- Testing/VTKTestRead.cxx | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index ddc3e68f..76286029 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -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" diff --git a/Testing/VTKTestRead.cxx b/Testing/VTKTestRead.cxx index 186afda0..e1c0b977 100644 --- a/Testing/VTKTestRead.cxx +++ b/Testing/VTKTestRead.cxx @@ -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; -- 2.45.1