X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestFileAccessors.cxx;fp=Testing%2FTestFileAccessors.cxx;h=36117b861045df6aeaf40e6f880143395e55741b;hb=334c1f1be0ecba3567a52225ee973d69e906c721;hp=6e321a2585c15fd1d09440482a18afbbc4fd325f;hpb=f215c25069021e599c885489388965b2c1b43f78;p=gdcm.git diff --git a/Testing/TestFileAccessors.cxx b/Testing/TestFileAccessors.cxx index 6e321a25..36117b86 100644 --- a/Testing/TestFileAccessors.cxx +++ b/Testing/TestFileAccessors.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestFileAccessors.cxx,v $ Language: C++ - Date: $Date: 2005/11/28 11:54:46 $ - Version: $Revision: 1.7 $ + Date: $Date: 2006/03/17 14:33:54 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -59,9 +59,12 @@ int TestFileAccessors(int, char *[]) while( gdcmDataImages[i] != 0 ) { - if (gdcmDataImages[i] == "00191113.dcm" ) - gdcm::Debug::DebugOn(); - else + // Keep the comment to be able to track a bug on a given image + // for all the OS. + + // if (gdcmDataImages[i] == "00191113.dcm" ) + // gdcm::Debug::DebugOn(); + // else gdcm::Debug::DebugOff(); std::string filename = GDCM_DATA_ROOT;