X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;h=31916f129d06ede71f0d902e997c465bd2eb7bfc;hb=a1d5cc91ff5fed90aa70078fcef84e02a28b4389;hp=9635bad865dad8e9ce3ffb124d295f543e3d0647;hpb=27e8696556eff77e15a7a8fc2976ed31f882e0f1;p=gdcm.git diff --git a/Testing/TestAllPrint.cxx b/Testing/TestAllPrint.cxx index 9635bad8..31916f12 100644 --- a/Testing/TestAllPrint.cxx +++ b/Testing/TestAllPrint.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllPrint.cxx,v $ Language: C++ - Date: $Date: 2005/10/21 14:51:36 $ - Version: $Revision: 1.6 $ + Date: $Date: 2006/03/17 14:33:54 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,7 +48,7 @@ int TestAllPrint(int, char *[]) filename += gdcmDataImages[i]; gdcm::File file; - file.SetLoadMode( gdcm::LD_NOSEQ ); + //file.SetLoadMode( gdcm::LD_NOSEQ | gdcm::LD_NOSHADOWSEQ ); file.SetFileName( filename ); if( !file.Load() ) return 1;