From c64b728232bfd4b8455a578f9efb50bd61f88c87 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 9 Nov 2005 08:32:50 +0000 Subject: [PATCH] Try to track the "FIXME" problem for VM --- Testing/TestValidate.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Testing/TestValidate.cxx b/Testing/TestValidate.cxx index dcd97300..01c300ba 100644 --- a/Testing/TestValidate.cxx +++ b/Testing/TestValidate.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestValidate.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 11:03:22 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/11/09 08:32:50 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -18,6 +18,9 @@ #include "gdcmFile.h" #include "gdcmValidator.h" +#include "gdcmGlobal.h" +#include "gdcmDictSet.h" + //Generated file: #include "gdcmDataImages.h" @@ -51,7 +54,8 @@ int TestValidate(int argc, char *argv[]) << " filename.dcm " << std::endl; return 1; } - + // Try to track the "FIXME" problem for VM + gdcm::Global::GetDicts()->GetDefaultPubDict()->Print(); int i =0; int retVal = 0; //by default this is an error -- 2.48.1