X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=ee2420f11e9953c8db8abf5920807a6bab19324c;hb=b4750ec0ee79bf5d2456cea586516dc9f1bd8413;hp=089a8ad7cced084ffbd5185de01dcbf5b8247a14;hpb=233c8b3ebb1aee6b1be6723d842eb2241b9ffb91;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 089a8ad7..ee2420f1 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/03 17:13:17 $ - Version: $Revision: 1.15 $ + Date: $Date: 2004/12/10 13:49:06 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -178,7 +178,7 @@ void ReferenceFileParser::Print() bool ReferenceFileParser::Check() { - int ret = true; + bool ret = true; for (MapFileValuesType::iterator i = ProducedMap.begin(); i != ProducedMap.end(); ++i) @@ -669,7 +669,7 @@ int TestAllEntryVerify(int argc, char* argv[]) } Parser.SetDataPath(referenceDir); // Parser.Print(); - std::cout << "Reference fil loaded -->\n" + std::cout << "Reference file loaded -->\n" << "Check files : \n"; int ret;