X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=4d47772525ecf2230f661be9eac86a198369df7b;hb=aa74099d3b9e6bf860806305891414f048b7e9a0;hp=ee2420f11e9953c8db8abf5920807a6bab19324c;hpb=922095a0dd56f24d651b36f62256690020937d9a;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index ee2420f1..4d477725 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllEntryVerify.cxx,v $ Language: C++ - Date: $Date: 2004/12/10 13:49:06 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/01/08 23:18:30 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #include #include #include +#include //Generated file: #include "gdcmDataImages.h" @@ -229,7 +230,7 @@ bool ReferenceFileParser::Check( MapFileValuesType::iterator &fileIt ) uint16_t group = axtoi( &(groupString[0]) ); uint16_t element = axtoi( &(groupElement[0]) ); - std::string testedValue = tested->GetEntryByNumber(group, element); + std::string testedValue = tested->GetEntry(group, element); if ( testedValue != j->second ) { // Oops make sure this is only the \0 that differ