X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllVM.cxx;h=88b7930504cd5042427abddd6eb79740d7bdc2de;hb=1d44a799e7860861ce969254d6403a0066ffd753;hp=199ac50103f64d372ebcbe1b05112432db82e18d;hpb=4bb577c99b703ee2e4995821a6346cce614429a6;p=gdcm.git diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index 199ac501..88b79305 100644 --- a/Testing/TestAllVM.cxx +++ b/Testing/TestAllVM.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllVM.cxx,v $ Language: C++ - Date: $Date: 2005/10/28 15:44:54 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/11/21 11:31:06 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -84,6 +84,11 @@ int TestAllVM(int argc, char *argv[]) std::string filename = GDCM_DATA_ROOT; filename += "/"; filename += gdcmDataImages[i]; + + if (gdcmDataImages[i] == "00191113.dcm") // Track bug on Darwin + gdcm::Debug::DebugOn(); + else + gdcm::Debug::DebugOff(); if( DoTheVMTest( filename ) ) return 1;