From 14da8fbfce99d66af65ee2a6294f90e70a054652 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 21 Nov 2005 10:29:44 +0000 Subject: [PATCH] Track bug on Darwin --- Testing/TestAllVM.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Testing/TestAllVM.cxx b/Testing/TestAllVM.cxx index 199ac501..27dc4dc2 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 10:29:44 $ + Version: $Revision: 1.10 $ 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; -- 2.48.1