X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestValidate.cxx;h=01c300ba76dec37aceaad8c0417348a5e038ba7f;hb=5f8357abe8e207fd7d21031ca0c96871cb53858e;hp=dcd973009005225323272b49d6cd410786781051;hpb=1c47a46ad2b7b0694d2c73123b5759fec74e1734;p=gdcm.git 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