X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDictGroupName.cxx;h=cc74a79f864efabbdebcce1ec22e620f95a8b2bf;hb=ab1ee4ff1d58029e25ecb86525ca2976f0f5ada2;hp=d8f41c61af4a83389ee274e6801200df72deaac3;hpb=bffe262ccd235da9f1df5c204b4b97df74757994;p=gdcm.git diff --git a/Testing/TestDictGroupName.cxx b/Testing/TestDictGroupName.cxx index d8f41c61..cc74a79f 100644 --- a/Testing/TestDictGroupName.cxx +++ b/Testing/TestDictGroupName.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestDictGroupName.cxx,v $ Language: C++ - Date: $Date: 2005/04/06 08:59:46 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/07/08 13:39:57 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,7 @@ int CompareDictGroupName(gdcm::DictGroupName &groupName, { std::string val = groupName.GetName(group); std::cout << "Group : 0x" << std::hex << std::setw(4) << group - << std::dec << " : " << val << " - " + << std::dec << " : " << val << " - " << (bool)(val==ref) << std::endl; return val!=ref;